From 91108c905f6265bd19e8d1aafbaf2826a33180d2 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Mon, 7 Jul 2025 21:07:04 +0100 Subject: [PATCH] Bump the minimum supported version of aiosignal to 1.4 (#11280) --- CHANGES/11280.misc.rst | 1 + requirements/runtime-deps.in | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 CHANGES/11280.misc.rst diff --git a/CHANGES/11280.misc.rst b/CHANGES/11280.misc.rst new file mode 100644 index 00000000000..6750918bda7 --- /dev/null +++ b/CHANGES/11280.misc.rst @@ -0,0 +1 @@ +Bumped minimum version of aiosignal to 1.4+ to resolve typing issues -- by :user:`Dreamsorcerer`. diff --git a/requirements/runtime-deps.in b/requirements/runtime-deps.in index cf0951e7276..f849b448cf6 100644 --- a/requirements/runtime-deps.in +++ b/requirements/runtime-deps.in @@ -2,7 +2,7 @@ aiodns >= 3.3.0 aiohappyeyeballs >= 2.5.0 -aiosignal >= 1.1.2 +aiosignal >= 1.4.0 async-timeout >= 4.0, < 6.0 ; python_version < "3.11" Brotli; platform_python_implementation == 'CPython' brotlicffi; platform_python_implementation != 'CPython' diff --git a/setup.cfg b/setup.cfg index 21a8ca2e44f..cf8326f1a4c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,7 +50,7 @@ include_package_data = True install_requires = aiohappyeyeballs >= 2.5.0 - aiosignal >= 1.1.2 + aiosignal >= 1.4.0 async-timeout >= 4.0, < 6.0 ; python_version < "3.11" frozenlist >= 1.1.1 multidict >=4.5, < 7.0