Skip to content

Commit 8bb36a8

Browse files
committed
Loosen requirements.txt version constraints
1 parent 14467fc commit 8bb36a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
requests==2.25.1
2-
pyyaml==5.4
3-
loguru==0.5.3
4-
typing-extensions==3.10.0.0
5-
sentry-sdk==1.1.0
6-
dnspython==2.1.0
1+
requests>=2.19.0
2+
pyyaml>=5.4
3+
loguru>=0.5.0
4+
typing-extensions>=3.7.4
5+
sentry-sdk>=1.0.0
6+
dnspython>=2.0.0
77
# openapi generated client:
88
python_dateutil >= 2.5.3
99
urllib3 >= 1.25.3

0 commit comments

Comments
 (0)