Skip to content

Commit 8bdd45c

Browse files
authored
chore: Relax yarl version requirements (#28)
1 parent 3fc693c commit 8bdd45c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changes/28.fix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Relax yarl version requirements to avoid potential dependency conflicts in the downstream Backend.AI platform

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install_requires =
4242
python-dateutil>=2.8.2
4343
msgpack>=1.0.7
4444
temporenc>=0.1
45-
yarl>=1.9.4
45+
yarl>=1.8.2,!=1.9.0,!=1.9.1,!=1.9.2
4646
zip_safe = false
4747
include_package_data = true
4848

0 commit comments

Comments
 (0)