Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3c0a7 commit 0389371Copy full SHA for 0389371
CHANGES/11280.misc.rst
@@ -0,0 +1 @@
1
+Bumped minimum version of aiosignal to 1.4+ to resolve typing issues -- by :user:`Dreamsorcerer`.
requirements/runtime-deps.in
@@ -2,7 +2,7 @@
2
3
aiodns >= 3.3.0
4
aiohappyeyeballs >= 2.5.0
5
-aiosignal >= 1.1.2
+aiosignal >= 1.4.0
6
async-timeout >= 4.0, < 6.0 ; python_version < "3.11"
7
attrs >= 17.3.0
8
Brotli; platform_python_implementation == 'CPython'
setup.cfg
@@ -50,7 +50,7 @@ include_package_data = True
50
51
install_requires =
52
53
- aiosignal >= 1.1.2
+ aiosignal >= 1.4.0
54
55
56
frozenlist >= 1.1.1
0 commit comments