ably-python
ably-python copied to clipboard
Python client library SDK for Ably realtime messaging service
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.1 to 4.1.0. Changelog Sourced from pytest-cov's changelog. 4.1.0 (2023-05-24) Updated CI with new Pythons and dependencies. Removed rsyncdir support. This makes pytest-cov compatible with xdist 3.0....
Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.4.1 to 0.13.2. Changelog Sourced from pep8-naming's changelog. 0.13.2 - 2022-08-19 Formally require Python 3.7 or later using python_requires. 0.13.1 - 2022-07-15 Fix warnings related to deprecated...
Bumps [methoddispatch](https://github.com/seequent/methoddispatch) from 3.0.2 to 5.0.1. Release notes Sourced from methoddispatch's releases. v5.0.0 Handle multiple inheritance properly. Support simple type annotations e.g. list[int] (but only use list) Ooops - missed...
In `sync` version `publish` only works with array of messages and in regular (async) package publish works with single message object: sync: ```python from ably.sync import AblyRestSync from ably.types.message import...
Bumps [respx](https://github.com/lundberg/respx) from 0.20.2 to 0.21.1. Release notes Sourced from respx's releases. Version 0.21.1 0.21.1 (27th March 2024) Fixed Fix files pattern not handling str and BytesIO, thanks @pierremonico for...