Skip to content

Commit d4e72cd

Browse files
areibmanHowieG
andauthored
unpin dependencies (#434)
Co-authored-by: Howard Gil <howardbgil@gmail.com>
1 parent 69e29f8 commit d4e72cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ classifiers = [
2020
"Operating System :: OS Independent",
2121
]
2222
dependencies = [
23-
"requests==2.31.0",
23+
"requests>=2.0.0,<3.0.0",
2424
"psutil==5.9.8",
2525
"packaging==23.2",
2626
"termcolor==2.4.0",
27-
"PyYAML==6.0.1"
27+
"PyYAML>=5.3,<7.0"
2828
]
2929
[project.optional-dependencies]
3030
dev = [

0 commit comments

Comments
 (0)