Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonhart committed May 10, 2023
1 parent c12d6fb commit a593ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pandas = ">=1.1,<1.6"
pandera = ">=0.9.0"
pydantic = ">=1.8"
dacite = ">=1.6"
requests = ">=2.20,<2.30"
requests = ">=2.20,<2.30" # TODO: revert upper bound when urllib3 situation sorts out: https://github.com/psf/requests/issues/6443
requests-toolbelt = "*"
importlib-metadata = { version = "<5.0", python = "<3.8" }
tqdm = ">=4,<5"
Expand Down

0 comments on commit a593ac6

Please sign in to comment.