Skip to content

Commit 0389371

Browse files
[PR #11280/91108c90 backport][3.12] Bump the minimum supported version of aiosignal to 1.4 (#11281)
**This is a backport of PR #11280 as merged into master (91108c9).** Co-authored-by: Sam Bull <[email protected]>
1 parent ce3c0a7 commit 0389371

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGES/11280.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bumped minimum version of aiosignal to 1.4+ to resolve typing issues -- by :user:`Dreamsorcerer`.

requirements/runtime-deps.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
aiodns >= 3.3.0
44
aiohappyeyeballs >= 2.5.0
5-
aiosignal >= 1.1.2
5+
aiosignal >= 1.4.0
66
async-timeout >= 4.0, < 6.0 ; python_version < "3.11"
77
attrs >= 17.3.0
88
Brotli; platform_python_implementation == 'CPython'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ include_package_data = True
5050

5151
install_requires =
5252
aiohappyeyeballs >= 2.5.0
53-
aiosignal >= 1.1.2
53+
aiosignal >= 1.4.0
5454
async-timeout >= 4.0, < 6.0 ; python_version < "3.11"
5555
attrs >= 17.3.0
5656
frozenlist >= 1.1.1

0 commit comments

Comments
 (0)