Skip to content

Commit

Permalink
Pin aiohttp to <3.11 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazorchakp authored Jan 21, 2025
1 parent 412e7cb commit d1d0f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
README = ""

trigger_extras = {"PyYAML<7", "lxml>=4.3.1", "mock==3.*"}
aiohttp_extras = {"aiohttp<4"} | trigger_extras
aiohttp_extras = {"aiohttp<3.11"} | trigger_extras
django_extras = {"Django<6"} | trigger_extras
falcon_extras = {"falcon<5", "falcon-multipart==0.2.0"} | trigger_extras
flask_extras = {"Flask<4"} | trigger_extras
Expand Down

0 comments on commit d1d0f64

Please sign in to comment.