Skip to content

Commit 754bead

Browse files
committed
Use lower bounds for future and Deprecated
1 parent cb4aeb5 commit 754bead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
requests>=2.32.3,<3
22
urllib3>=2.0.5,<3
33
aiohttp >=3.10.9, <4
4-
future==1.0.0
4+
future >= 1.0.0
55
pydantic >=2.0.3, <3
66
aenum >= 3.1.11, <4
77
python_dateutil >= 2.5.3, <3
8-
Deprecated==1.2.18
8+
Deprecated>=1.2.18

0 commit comments

Comments
 (0)