pusher-http-python icon indicating copy to clipboard operation
pusher-http-python copied to clipboard

Pusher Channels HTTP API library for Python

Results 29 pusher-http-python issues
Sort by recently updated
recently updated
newest added

Using .format method or f strings will be better than using the % formatting for strings.

## Description * Automate release - [x] If you have changed dependencies, ensure _both_ `requirements.txt` and `setup.py` have been updated ## CHANGELOG * [CHANGED] Testing

## What does this PR do? Add support for Python 3.11 and test on CI. Python 3.12 support is pending a new release of aiohttp, which should be coming soon:...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.9 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies
wontfix

Although I wish it was more then that :) ## What does this PR do? Reverts the maximum size of data to be 10kb - [ ] If you have...

wontfix

Is the lack of user authentication intentional for this library? Seems like the preferred method is now to use signin() method which would cause a POST to the user-auth endpoint...

Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.1 to 42.0.2. Changelog Sourced from cryptography's changelog. 42.0.2 - 2024-01-30 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.2.1. * Fixed an...

dependencies

## What does this PR do? Add the authenticate_user method allowing clients to authenticate users. Add the send_to_user_method allowing any backend to send messages to a specific user. - [x]...