Skip to content

Commit

Permalink
fix(setup.py): temporarily limits requests version ...
Browse files Browse the repository at this point in the history
... to avoid a breaking change in the behavior that renders craft_parts
unusable
  • Loading branch information
liushuyu committed May 22, 2024
1 parent ad804d6 commit 5a2bde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def is_rtd() -> bool:
"pydantic>=1.9.0,<2.0.0",
"pydantic-yaml[pyyaml]>=0.11.0,<1.0.0",
"pyxdg",
"requests",
"requests<2.32.0",
"requests-unixsocket",
# See: https://github.com/msabramo/requests-unixsocket/pull/69
# When updating to urllib3 v2, also remove the constraint on types-requests.
Expand Down

0 comments on commit 5a2bde6

Please sign in to comment.