Skip to content

Commit

Permalink
Remove urllib3 version pin
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Jul 26, 2024
1 parent 9a70940 commit 2d10433
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libraries/botbuilder-schema/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@

NAME = "botbuilder-schema"
VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.17.0"
REQUIRES = ["msrest== 0.7.*", "urllib3<2.0.0"]
REQUIRES = [
"msrest== 0.7.*",
"urllib3",
]

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

Expand Down

0 comments on commit 2d10433

Please sign in to comment.