From 5871285979aaea463d18255700af3e3429a0d36c Mon Sep 17 00:00:00 2001 From: epiphyte Date: Tue, 2 Jun 2026 08:43:15 -0400 Subject: [PATCH 1/2] Dev - lower aiotthp library upper version. --- changes/554cf9d6f0afb66f36575b9e2032d8d6.yaml | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 changes/554cf9d6f0afb66f36575b9e2032d8d6.yaml diff --git a/changes/554cf9d6f0afb66f36575b9e2032d8d6.yaml b/changes/554cf9d6f0afb66f36575b9e2032d8d6.yaml new file mode 100644 index 0000000000..bfc61ca1a5 --- /dev/null +++ b/changes/554cf9d6f0afb66f36575b9e2032d8d6.yaml @@ -0,0 +1,7 @@ +--- +desc: Lowered the upper bound of the ``aiohttp`` library due to a compatibility issue + with the ``vcrpy`` library. +desc:literal: false +prs: [] +type: note +... diff --git a/pyproject.toml b/pyproject.toml index 486f2dbd4f..24c01da203 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ 'tornado>=6.2.0,<7.0.0', 'regex>=2022.9.11', 'PyYAML>=5.4,<6.1.0', - 'aiohttp>=3.10.0,<4.0', + 'aiohttp>=3.10.0,<3.14.0', 'aiohttp-socks>=0.9.0,<0.11.0', 'aiosmtplib>=3.0.0,<3.1.0', 'prompt_toolkit>=3.0.29,<3.1.0', From 2d2b271acceb8d35fba2884867cba0faaaa0c3f4 Mon Sep 17 00:00:00 2001 From: epiphyte Date: Tue, 2 Jun 2026 08:44:48 -0400 Subject: [PATCH 2/2] Update requirements.txt too --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c29c26ef56..850239bbb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ lmdb>=1.7.0,<1.8.0 tornado>=6.2.0,<7.0.0 regex>=2022.9.11 PyYAML>=5.4,<6.1.0 -aiohttp>=3.10.0,<4.0 +aiohttp>=3.10.0,<3.14.0 aiohttp-socks>=0.9.0,<0.11.0 aiosmtplib>=3.0.0,<3.1.0 prompt_toolkit>=3.0.29,<3.1.0