Skip to content

Commit 92f8aa7

Browse files
[build] Fix base OS compilation issue caused by incompatibility urllib with requests.
Signed-off-by: Oleksandr Ivantsiv <oivantsiv@nvidia.com> Co-authored-by: davidza@nvidia.com
1 parent d1f307d commit 92f8aa7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@
221221
},
222222
install_requires=[
223223
'click==7.0',
224+
'urllib3 >= 2',
224225
'click-log>=0.3.2',
225226
'docker>=4.4.4',
226227
'docker-image-py>=0.1.10',
@@ -240,7 +241,7 @@
240241
'semantic-version>=2.8.5',
241242
'prettyprinter>=0.18.0',
242243
'pyroute2>=0.5.14, <0.6.1',
243-
'requests>=2.25.0',
244+
'requests>=2.29.0',
244245
'tabulate==0.8.2',
245246
'toposort==1.6',
246247
'www-authenticate==0.9.2',

0 commit comments

Comments
 (0)