Skip to content

Commit

Permalink
chore: Relax yarl version requirements
Browse files Browse the repository at this point in the history
- Exclude some versions to avoid a former bug related with trailing
  slash handling (aio-libs/yarl#862).
  • Loading branch information
achimnol committed Mar 4, 2024
1 parent 3fc693c commit 17f3f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install_requires =
python-dateutil>=2.8.2
msgpack>=1.0.7
temporenc>=0.1
yarl>=1.9.4
yarl>=1.8.2,!=1.9.0,!=1.9.1,!=1.9.2
zip_safe = false
include_package_data = true

Expand Down

0 comments on commit 17f3f93

Please sign in to comment.