Skip to content

Commit ead1243

Browse files
authored
Relax version in requirement*.txt (#682)
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.
1 parent df3eb60 commit ead1243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
requests>=2.32.3,<3
22
urllib3>=2.0.5,<3
3-
aiohttp ==3.10.9
3+
aiohttp >=3.10.9
44
future
55
pydantic >=2.0.3, <3
66
aenum >= 3.1.11

0 commit comments

Comments
 (0)