Skip to content

Commit

Permalink
chore: Relax yarl version requirements (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Mar 4, 2024
1 parent 3fc693c commit 8bdd45c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/28.fix.md
@@ -0,0 +1 @@
Relax yarl version requirements to avoid potential dependency conflicts in the downstream Backend.AI platform
2 changes: 1 addition & 1 deletion setup.cfg
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 8bdd45c

Please sign in to comment.