Skip to content

Commit bfcaa8c

Browse files
[build] Fix base OS compilation issue caused by incompatibility with requests >= 2.29.0.
- Pin urllib to older version from 2.0.0 Signed-off-by: Oleksandr Ivantsiv <oivantsiv@nvidia.com> Co-authored-by: davidza@nvidia.com
1 parent d1f307d commit bfcaa8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
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',

0 commit comments

Comments
 (0)