Skip to content

Commit

Permalink
downgrade aiohttp for legacy builds
Browse files Browse the repository at this point in the history
  • Loading branch information
roasterdave committed Nov 24, 2024
1 parent 3739ddb commit 5599839
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ lxml==5.3.0
matplotlib==3.7.3; python_version < '3.9' # last Python 3.8 release
matplotlib==3.9.2; python_version >= '3.9'
jinja2==3.1.4
aiohttp==3.11.7 # 3.11.x only >= 3.9!
aiohttp==3.10.11; python_version < '3.9' # last Python 3.8 release
aiohttp==3.11.7; python_version >= '3.9'
aiohttp_jinja2==1.6
python-bidi==0.4.2; python_version < '3.9' # last Python 3.8 release
python-bidi==0.6.3; python_version >= '3.9'
Expand Down

0 comments on commit 5599839

Please sign in to comment.