Skip to content

Commit a31d6cb

Browse files
authored
Specify the urllib version explicitly (#541)
To prevent problems from older versions of urllib3.
1 parent bcfd74b commit a31d6cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
requests ==2.31.0
2+
urllib3>=2.0.5,<3
23
aiohttp ==3.8.6
34
future
45
pydantic >=2.0.3, <3

0 commit comments

Comments
 (0)