Skip to content

Commit

Permalink
Pin away from aiohttp==3.10.0.
Browse files Browse the repository at this point in the history
It appears to break aiodocker entirely.

See aio-libs/aiodocker#889.
  • Loading branch information
Julian committed Aug 4, 2024
1 parent 9ffaf6c commit efedce2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
8 changes: 4 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# uv pip compile --no-cache --output-file /Users/julian/Development/bowtie/docs/requirements.txt docs/requirements.in
aiodocker==0.22.2
# via bowtie-json-schema
aiohappyeyeballs==2.3.4
# via aiohttp
aiohttp==3.10.0
# via aiodocker
aiohttp==3.9.5
# via
# aiodocker
# bowtie-json-schema
aiosignal==1.3.1
# via aiohttp
alabaster==0.7.16
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"aiodocker",
"aiohttp<3.10.0", # REMOVEME: We pin away here due to aio-libs/aiodocker#889
"attrs>=22.2.0",
"diagnostic",
"github3.py",
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# uv pip compile --no-cache --output-file /Users/julian/Development/bowtie/requirements.txt pyproject.toml
aiodocker==0.22.2
# via bowtie-json-schema (pyproject.toml)
aiohappyeyeballs==2.3.4
# via aiohttp
aiohttp==3.10.0
# via aiodocker
aiohttp==3.9.5
# via
# bowtie-json-schema (pyproject.toml)
# aiodocker
aiosignal==1.3.1
# via aiohttp
anyio==4.4.0
Expand Down
7 changes: 2 additions & 5 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ aiodocker==0.22.2
# via
# -r requirements.txt
# bowtie-json-schema
aiohappyeyeballs==2.3.4
# via
# -r requirements.txt
# aiohttp
aiohttp==3.10.0
aiohttp==3.9.5
# via
# -r requirements.txt
# aiodocker
# bowtie-json-schema
aiosignal==1.3.1
# via
# -r requirements.txt
Expand Down

0 comments on commit efedce2

Please sign in to comment.