Skip to content

Commit

Permalink
chore: exclude requests 2.32.* (#415)
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <[email protected]>
  • Loading branch information
ThibaultFy authored May 21, 2024
1 parent e5a143d commit df6702c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/415.changed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Exclude `requests` 2.32.* due to bug introduction in these version.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dynamic = ["version"]
readme = "README.md"
requires-python = ">= 3.9"
dependencies = [
"requests",
"requests!=2.32.*",
"docker",
"pyyaml",
"pydantic>=2.3.0,<3.0.0",
Expand Down

0 comments on commit df6702c

Please sign in to comment.