From df6702c5b9c30555ff586ea7d8b6e71257598a39 Mon Sep 17 00:00:00 2001 From: ThibaultFy <50656860+ThibaultFy@users.noreply.github.com> Date: Tue, 21 May 2024 10:08:53 +0200 Subject: [PATCH] chore: exclude requests 2.32.* (#415) Signed-off-by: ThibaultFy --- changes/415.changed | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changes/415.changed diff --git a/changes/415.changed b/changes/415.changed new file mode 100644 index 00000000..0473e31f --- /dev/null +++ b/changes/415.changed @@ -0,0 +1 @@ +Exclude `requests` 2.32.* due to bug introduction in these version. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 3bdbcbc3..c656bab3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",