pusher-http-python
pusher-http-python copied to clipboard
Pusher Channels HTTP API library for Python
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.1 to 3.9.2. Release notes Sourced from aiohttp's releases. 3.9.2 Bug fixes Fixed server-side websocket connection leak. Related issues and pull requests on GitHub: #7978. Fixed web.FileResponse...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...
Since python 2.7 is way past its EOL, I think it might be time to drop it.
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.1 to 3.9.4. Release notes Sourced from aiohttp's releases. 3.9.4 Bug fixes The asynchronous internals now set the underlying causes when assigning exceptions to the future objects...
Bumps [idna](https://github.com/kjd/idna) from 3.3 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...
Hello thanks for great pusher library but I am stuck and not able to integrate with Laravel Reverb (Websocket server). Can some one please help me with this ?
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.9 to 1.26.19. Release notes Sourced from urllib3's releases. 1.26.19 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
**Description** The `trigger_batch` and `trigger` functions in the library are using `sys.getsizeof(event['data'])` to measure the size of the event data. However, `sys.getsizeof()` returns the size of the object in memory,...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.1 to 3.10.2. Release notes Sourced from aiohttp's releases. 3.10.2 Bug fixes Fixed server checks for circular symbolic links to be compatible with Python 3.13 -- by...