From d42707c108be5dd9e190c895d2398dd566452db4 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Thu, 28 Aug 2025 11:36:30 +0200 Subject: [PATCH] Bump constraint for aiostream There's a newer version available, and it also doesn't have any breaking changes which could affect us. --- CHANGELOG.rst | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"]