Skip to content

Commit

Permalink
Pin urllib3 per requests issue recommendation, leave TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonhart committed May 9, 2023
1 parent 5821dd1 commit c263777
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ pandas = [
pandera = ">=0.9.0"
pydantic = ">=1.8"
dacite = ">=1.6"
requests = ">=2.20,<2.30" # urllib3 dependency broken in 2.30
requests = ">=2.20"
requests-toolbelt = ">=0.9"
urllib3 = "<2" # transient `requests` dependency, pin required to unbreak: https://github.com/psf/requests/issues/6443
importlib-metadata = { version = "<5.0", python = "<3.8" }
tqdm = ">=4,<5"
Pillow = "^9.1.1"
Expand Down

0 comments on commit c263777

Please sign in to comment.