diff --git a/generated/provider_dependencies.json b/generated/provider_dependencies.json index 31a8beb99c79..5cc3aae764bc 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 1151106c64f4..2714fdf1539f 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: