From edde34e3c8adbc42cff8c4fa244bbb0db5febfe2 Mon Sep 17 00:00:00 2001 From: saileshwar-skyflow <156889717+saileshwar-skyflow@users.noreply.github.com> Date: Fri, 6 Feb 2026 19:30:02 +0530 Subject: [PATCH] SK-2526: Upgrate urllib3 and setuptools libraries (#233) * SK-2526: upgrate urllib3 and setuptools libraries --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6f75f96..3e34808 100644 --- a/setup.py +++ b/setup.py @@ -21,8 +21,8 @@ long_description=open('README.rst').read(), install_requires=[ 'python_dateutil >= 2.5.3', - 'setuptools >= 21.0.0', - 'urllib3 >= 1.25.3, < 2.1.0', + 'setuptools >= 75.3.3', + 'urllib3 >= 1.25.3, <= 2.6.3', 'pydantic >= 2', 'typing-extensions >= 4.7.1', 'DateTime~=5.5',