This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new cc7b7a2795b Apply suggestions from code review (#44036)
cc7b7a2795b is described below
commit cc7b7a2795b2226fdbcbfa15a52164f5b2811fb6
Author: Kaxil Naik <[email protected]>
AuthorDate: Thu Nov 14 21:27:51 2024 +0000
Apply suggestions from code review (#44036)
Bump `aiohttp` to `3.11.1`
https://github.com/aio-libs/aiohttp/issues/9866 was fixed by
https://github.com/pnuckowski/aioresponses/pull/262#issuecomment-2476728212
https://pypi.org/project/aiohttp/3.11.1/
---
generated/provider_dependencies.json | 2 +-
providers/src/airflow/providers/http/provider.yaml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/generated/provider_dependencies.json
b/generated/provider_dependencies.json
index 31a8beb99c7..5cc3aae764b 100644
--- a/generated/provider_dependencies.json
+++ b/generated/provider_dependencies.json
@@ -751,7 +751,7 @@
},
"http": {
"deps": [
- "aiohttp>=3.9.2,<3.11.0",
+ "aiohttp>=3.9.2,!=3.11.0",
"apache-airflow>=2.8.0",
"asgiref>=2.3.0",
"requests-toolbelt>=0.4.0",
diff --git a/providers/src/airflow/providers/http/provider.yaml
b/providers/src/airflow/providers/http/provider.yaml
index 1151106c64f..2714fdf1539 100644
--- a/providers/src/airflow/providers/http/provider.yaml
+++ b/providers/src/airflow/providers/http/provider.yaml
@@ -68,8 +68,8 @@ dependencies:
# release it as a requirement for airflow
- requests>=2.27.0,<3
- requests-toolbelt>=0.4.0
- # Limit temporarily aiohttp to <3.11.0 because of
https://github.com/aio-libs/aiohttp/issues/9866
- - aiohttp>=3.9.2,<3.11.0
+ # aiohttp 3.11.0 had incompatible change:
https://github.com/aio-libs/aiohttp/issues/9866
+ - aiohttp>=3.9.2,!=3.11.0
- asgiref>=2.3.0
integrations: