Skip to content

Commit

Permalink
Bump aiohttp to 3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil committed Nov 14, 2024
1 parent 87445bf commit 6a328df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@
},
"http": {
"deps": [
"aiohttp>=3.9.2,<3.11.0",
"aiohttp>=3.11.1",
"apache-airflow>=2.8.0",
"asgiref>=2.3.0",
"requests-toolbelt>=0.4.0",
Expand Down
3 changes: 1 addition & 2 deletions providers/src/airflow/providers/http/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ 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.1
- asgiref>=2.3.0

integrations:
Expand Down

0 comments on commit 6a328df

Please sign in to comment.