Skip to content

Commit

Permalink
Limit temporarily aiohttp to < 3.11.0 (#44006)
Browse files Browse the repository at this point in the history
Because of aio-libs/aiohttp#9866 some tests are failing. This PR can be
reverted when pnuckowski/aioresponses#262 is merged and released
  • Loading branch information
potiuk authored Nov 14, 2024
1 parent edcb48a commit e7a0ddd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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",
"aiohttp>=3.9.2,<3.11.0",
"apache-airflow>=2.8.0",
"asgiref>=2.3.0",
"requests-toolbelt>=0.4.0",
Expand Down
3 changes: 2 additions & 1 deletion providers/src/airflow/providers/http/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ dependencies:
# release it as a requirement for airflow
- requests>=2.27.0,<3
- requests-toolbelt>=0.4.0
- aiohttp>=3.9.2
# Limit temporarily aiohttp to <3.11.0 because of 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 e7a0ddd

Please sign in to comment.