Skip to content

Commit

Permalink
Cap aiohttp maximum version
Browse files Browse the repository at this point in the history
  • Loading branch information
vEpiphyte committed Jul 31, 2024
1 parent 6720323 commit 23e4d14
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changes/51475aeec1ed01c9c2247b27c8cae659.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
desc: Restrict the maximum version of aiohttp to less than ``v3.10.0`` until a compatibility
issue is resolved.
prs: []
type: feat
...
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
'tornado>=6.2.0,<7.0.0',
'regex>=2022.9.11',
'PyYAML>=5.4,<6.1.0',
'aiohttp>=3.8.1,<4.0',
'aiohttp>=3.8.1,<3.10.0',
'aiohttp-socks>=0.8.0,<0.9.0',
'aioimaplib>=1.0.1,<1.1.0',
'aiosmtplib>=3.0.0,<3.1.0',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lmdb>=1.2.1,<1.5.0
tornado>=6.2.0,<7.0.0
regex>=2022.9.11
PyYAML>=5.4,<6.1.0
aiohttp>=3.8.1,<4.0
aiohttp>=3.8.1,<3.10.0 # Capped for https://github.com/romis2012/aiohttp-socks/issues/43
aiohttp-socks>=0.8.0,<0.9.0
aioimaplib>=1.0.1,<1.1.0
aiosmtplib>=3.0.0,<3.1.0
Expand Down

0 comments on commit 23e4d14

Please sign in to comment.