rsocket-py
rsocket-py copied to clipboard
RSocket implementation in Python
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 to 3.0.3. Release notes Sourced from werkzeug's releases. 3.0.3 This is the Werkzeug 3.0.3 security release, which fixes security issues and bugs but does not otherwise...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.2.0. Release notes Sourced from pytest's releases. 8.2.0 pytest 8.2.0 (2024-04-27) Deprecations #12069: A deprecation warning is now raised when implementations of one of the...
Bumps [asyncstdlib](https://github.com/maxfischer2781/asyncstdlib) from 3.12.0 to 3.12.3. Release notes Sourced from asyncstdlib's releases. v3.12.3 What's Changed Fix itertools typing by @isra17 in maxfischer2781/asyncstdlib#140 Support typing via PyRight by @maxfischer2781 in maxfischer2781/asyncstdlib#138...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 to 3.9.5. Release notes Sourced from aiohttp's releases. 3.9.5 Bug fixes Fixed "Unclosed client session" when initialization of :py:class:~aiohttp.ClientSession fails -- by :user:NewGlad. Related issues and...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 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 [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) from 2.2.0 to 2.3.1. Commits 04432f5 Some fixes to readme, bump version 48179d9 Prep release 38c5f24 Tweak docs a little c6962b8 describe session timeout better a19403d readme eef422c...
Bumps [starlette](https://github.com/encode/starlette) from 0.36.3 to 0.37.2. Release notes Sourced from starlette's releases. Version 0.37.2 Added Add bytes to _RequestData type #2510. Fixed Revert "Turn scope["client"] to None on TestClient (#2377)"...
Bumps [asyncclick](https://github.com/python-trio/asyncclick) from 8.1.7.1 to 8.1.7.2. Commits 541fc28 Partial revert 7968786 Merge remote-tracking branch 'smurf/main' 8b8ddeb Merge pull request #29 from cpina/patch-1 c40fb5c Update README.rst - Fix typo See full...
test_connection_never_established doesn't really attempt to reconnect 3 times and fail as specified. only attempts connection once and then throws the expected exception (as visible in logs)