Skip to content

Commit

Permalink
Relax version in requirement*.txt (#682)
Browse files Browse the repository at this point in the history
Strict version specification can cause issues with dependency updates
like #680.
Some libraries have already relaxed their version constraints
(#657), so this adjusts
the remaining libraries too.
  • Loading branch information
eucyt authored Oct 9, 2024
1 parent df3eb60 commit ead1243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests>=2.32.3,<3
urllib3>=2.0.5,<3
aiohttp ==3.10.9
aiohttp >=3.10.9
future
pydantic >=2.0.3, <3
aenum >= 3.1.11
Expand Down

0 comments on commit ead1243

Please # to comment.