Skip to content

Commit df6702c

Browse files
authored
chore: exclude requests 2.32.* (#415)
Signed-off-by: ThibaultFy <[email protected]>
1 parent e5a143d commit df6702c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changes/415.changed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Exclude `requests` 2.32.* due to bug introduction in these version.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dynamic = ["version"]
1515
readme = "README.md"
1616
requires-python = ">= 3.9"
1717
dependencies = [
18-
"requests",
18+
"requests!=2.32.*",
1919
"docker",
2020
"pyyaml",
2121
"pydantic>=2.3.0,<3.0.0",

0 commit comments

Comments
 (0)