Skip to content

Commit

Permalink
[build] Fix dependency issue between responses and urllib3 package. (s…
Browse files Browse the repository at this point in the history
…onic-net#2928)

* [build] Fix dependency issue between responses and urllib3 package.
  • Loading branch information
liushilongbuaa authored and pdhruv-marvell committed Aug 23, 2023
1 parent 083e536 commit 2ecedfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
'bcrypt==3.2.2',
'click==7.0',
'cryptography==3.3.2',
'urllib3<2',
'urllib3>=2',
'click-log>=0.3.2',
'docker>=4.4.4',
'docker-image-py>=0.1.10',
Expand Down

0 comments on commit 2ecedfa

Please sign in to comment.