From cc7b7a2795b2226fdbcbfa15a52164f5b2811fb6 Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Thu, 14 Nov 2024 21:27:51 +0000 Subject: [PATCH] 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 31a8beb99c79a..5cc3aae764bc9 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 1151106c64f44..2714fdf1539fd 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: