Skip to content

Commit e718f33

Browse files
authored
change: allow urllib3 1.26 (#2051)
1 parent 62649ea commit e718f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def read_version():
4949
"analytics": ["pandas"],
5050
"feature-store": ["pandas"],
5151
"local": [
52-
"urllib3>=1.21.1,<1.26,!=1.25.0,!=1.25.1",
52+
"urllib3>=1.21.1,!=1.25,!=1.25.1",
5353
"docker-compose>=1.25.2",
5454
"PyYAML>=5.3, <6", # PyYAML version has to match docker-compose requirements
5555
],

0 commit comments

Comments
 (0)