diff --git a/libraries/botbuilder-schema/setup.py b/libraries/botbuilder-schema/setup.py index 2075a5f20..43855c655 100644 --- a/libraries/botbuilder-schema/setup.py +++ b/libraries/botbuilder-schema/setup.py @@ -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__))