diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8c3954e..8831ab4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,6 +18,7 @@ Version 0.20.0 - Add support for Python 3.12 and Python 3.13. - Properly close the status database after using. This especially affects tests, where we were leaking a large amount of file descriptors. +- Extend supported versions of ``aiostream`` to include 0.7.x. Version 0.19.3 ============== diff --git a/pyproject.toml b/pyproject.toml index 20b634b..20c0d46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "click-log>=0.3.0,<0.5.0", "requests>=2.20.0", "aiohttp>=3.8.2,<4.0.0", - "aiostream>=0.4.3,<0.6.0", + "aiostream>=0.4.3,<0.8.0", ] dynamic = ["version"]