Bump constraint for aiostream

There's a newer version available, and it also doesn't have any breaking
changes which could affect us.
This commit is contained in:
Hugo Osvaldo Barrera 2025-08-28 11:36:30 +02:00
parent ddfe3cc749
commit d42707c108
2 changed files with 2 additions and 1 deletions

View file

@ -18,6 +18,7 @@ Version 0.20.0
- Add support for Python 3.12 and Python 3.13. - Add support for Python 3.12 and Python 3.13.
- Properly close the status database after using. This especially affects tests, - Properly close the status database after using. This especially affects tests,
where we were leaking a large amount of file descriptors. where we were leaking a large amount of file descriptors.
- Extend supported versions of ``aiostream`` to include 0.7.x.
Version 0.19.3 Version 0.19.3
============== ==============

View file

@ -38,7 +38,7 @@ dependencies = [
"click-log>=0.3.0,<0.5.0", "click-log>=0.3.0,<0.5.0",
"requests>=2.20.0", "requests>=2.20.0",
"aiohttp>=3.8.2,<4.0.0", "aiohttp>=3.8.2,<4.0.0",
"aiostream>=0.4.3,<0.6.0", "aiostream>=0.4.3,<0.8.0",
] ]
dynamic = ["version"] dynamic = ["version"]