8000 Remove urllib3 version pin (#2144) · sahilparekh/botbuilder-python@e493609 · GitHub
[go: up one dir, main page]

Skip to content

Commit e493609

Browse files
Remove urllib3 version pin (microsoft#2144)
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
1 parent 1e5102b commit e493609

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

libraries/botbuilder-schema/setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66

77
NAME = "botbuilder-schema"
88
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.17.0"
9-
REQUIRES = ["msrest== 0.7.*", "urllib3<2.0.0"]
9+
REQUIRES = [
10+
"msrest== 0.7.*",
11+
"urllib3",
12+
]
1013

1114
root = os.path.abspath(os.path.dirname(__file__))
1215

0 commit comments

Comments
 (0)
0