Skip to content

Commit

Permalink
Restrict urllib3 version to avoid incomaptible install (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsiaCao authored May 23, 2024
1 parent 9987c71 commit ba3384b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ numpy = ">=1.21.0,<2.0.0"
pillow = ">=9.0,<11.0"
pydantic = { version = "1.*", extras = ["dotenv"] } # Version 2 has breaking changes (in particular to seetings)
requests = "2.*"
urllib3 = "^1.26.0"
# snowflake-connector-python = "3.0.*" # about 51MB (exclude transitive dependencies)
bbox-visualizer = "^0.1.0"
segmentation-mask-overlay = "^0.3.4"
Expand Down

0 comments on commit ba3384b

Please sign in to comment.