Skip to content

Commit ec0596f

Browse files
[build] Fix base OS compilation issue caused by incompatibility with requests >= 2.29.0.
Signed-off-by: Oleksandr Ivantsiv <oivantsiv@nvidia.com>
1 parent d1f307d commit ec0596f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
'semantic-version>=2.8.5',
241241
'prettyprinter>=0.18.0',
242242
'pyroute2>=0.5.14, <0.6.1',
243-
'requests>=2.25.0',
243+
'requests>=2.25.0, < 2.29.0',
244244
'tabulate==0.8.2',
245245
'toposort==1.6',
246246
'www-authenticate==0.9.2',

0 commit comments

Comments
 (0)