Skip to content

Commit

Permalink
Require requests-toolbelt v1+ for compatiblity with urllib3 (#8680)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Nov 16, 2023
1 parent cda785c commit b9aab34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
14 changes: 2 additions & 12 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pkginfo = "^1.9.4"
platformdirs = "^3.0.0"
pyproject-hooks = "^1.0.0"
requests = "^2.26"
requests-toolbelt = ">=0.9.1,<2"
requests-toolbelt = "^1.0.0"
shellingham = "^1.5"
tomli = { version = "^2.0.1", python = "<3.11" }
tomlkit = ">=0.11.4,<1.0.0"
Expand Down

0 comments on commit b9aab34

Please sign in to comment.