Skip to content

Commit

Permalink
Apply suggestions from code review (apache#44036)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil authored Nov 14, 2024
1 parent 060f75f commit cc7b7a2
Show file tree
Hide file tree
Showing 2 changed files with 3 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.9.2,!=3.11.0",
"apache-airflow>=2.8.0",
"asgiref>=2.3.0",
"requests-toolbelt>=0.4.0",
Expand Down
4 changes: 2 additions & 2 deletions providers/src/airflow/providers/http/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cc7b7a2

Please sign in to comment.