Skip to content

Commit edde34e

Browse files
SK-2526: Upgrate urllib3 and setuptools libraries (#233)
* SK-2526: upgrate urllib3 and setuptools libraries
1 parent 9bcdfe0 commit edde34e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
long_description=open('README.rst').read(),
2222
install_requires=[
2323
'python_dateutil >= 2.5.3',
24-
'setuptools >= 21.0.0',
25-
'urllib3 >= 1.25.3, < 2.1.0',
24+
'setuptools >= 75.3.3',
25+
'urllib3 >= 1.25.3, <= 2.6.3',
2626
'pydantic >= 2',
2727
'typing-extensions >= 4.7.1',
2828
'DateTime~=5.5',

0 commit comments

Comments
 (0)