Skip to content

Commit

Permalink
Set upper bound for requests instead of forcing new requests-toolbelt (
Browse files Browse the repository at this point in the history
…#11)

* Pin requests to <2.30 to avoid installation issues

* Add comment

* Update comment to point to more active issue on psf/requests
  • Loading branch information
gordonhart authored May 11, 2023
1 parent 6d4582c commit 2000f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ pandas = ">=1.1,<1.6"
pandera = ">=0.9.0"
pydantic = ">=1.8"
dacite = ">=1.6"
requests = ">=2.20"
requests-toolbelt = ">=1"
requests = ">=2.20,<2.30" # TODO: revert upper bound when urllib3 situation sorts out: https://github.com/psf/requests/issues/6432
requests-toolbelt = "*"
importlib-metadata = { version = "<5.0", python = "<3.8" }
tqdm = ">=4,<5"
Pillow = "^9.1.1"
Expand Down

0 comments on commit 2000f12

Please sign in to comment.