Skip to content

Commit

Permalink
Client: Avoid broken new urllib3 releases (#11842)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: bc9e2e533ecfa860b388189b1e105236b3d20409
  • Loading branch information
stephencpope authored and Descartes Labs Build committed May 5, 2023
1 parent 806b64b commit 37042bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def do_setup():
"strenum>=0.4.8",
"tifffile==2021.4.8",
"tqdm>=4.32.1",
"urllib3>=1.26.12,<2",
],
extras_require={
"visualization": viz_requires,
Expand Down

0 comments on commit 37042bd

Please sign in to comment.