From 4efb8c43eacb9f4ae2c5f41693e5a175a6a29304 Mon Sep 17 00:00:00 2001 From: moonlightnexus <68702919+moonlightnexus@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:28:27 +0530 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 70fdaa1..f4674aa 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='trustauthx', - version='0.4.432', + version='0.4.44', description='Official connector SDK for TrustAuthx', long_description=long_description, long_description_content_type='text/markdown', # This is important! @@ -34,7 +34,7 @@ "requests>=2.31.0", "rsa>=4.9", "six>=1.16.0", - "urllib3>=2.0.3", + "urllib3<=3.0.0", "charset-normalizer>=3.2.0", "python-jose>=3.3.0", "python-dotenv==1.0.0"