Skip to content

Commit

Permalink
👷 Loosen requirement restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Apr 4, 2024
1 parent 21a4bb7 commit 26e6f5c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohttp~=3.9.0
pydantic>=2.6.4
python-dateutil~=2.8.2
typing-extensions>=4.10.0
urllib3~=2.2.1
aiohttp>=3.6,<4.0
pydantic>=2.4,<3.0
python-dateutil>=2
typing-extensions>=4,<5.0
urllib3>=2.1,<3

0 comments on commit 26e6f5c

Please sign in to comment.