Skip to content

Commit 6d7be03

Browse files
committed
Downgrade urllib3 dependency to version 1.25.3 in setup.py
1 parent c6a24b2 commit 6d7be03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
PYTHON_REQUIRES = ">=3.8"
3232

3333
INSTALL_REQUIRES = [
34-
"urllib3 >= 2.5.0",
34+
"urllib3 >= 1.25.3",
3535
"python-dateutil", # used in generated code
3636
"pydantic >= 2",
3737
"typing-extensions >= 4.7.1",

0 commit comments

Comments
 (0)