From ce4c768891ea76d7f0da45c8e5d19ec2ac1b02ff Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Mar 2026 23:53:20 +0100 Subject: [PATCH] Pin requests-toolbelt>=1.0.0 to fix urllib3 v2 incompatibility (#2316) * Initial plan * Add requests-toolbelt ^1.0.0 as explicit dependency to fix urllib3 v2 appengine ImportError Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com> Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/458d41b2-c135-4b51-b0b1-b1832490c808 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com> --- poetry.lock | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index fb81117..cd4a471 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3625,4 +3625,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "f301651d69bc3fceacce509ba49c288d421991ba35847bc6968cf6d66af62d12" +content-hash = "59582b6936e2e1fc8239f75fccc09379931c36f49f18607fbad5da0fc7286136" diff --git a/pyproject.toml b/pyproject.toml index 88cabd4..139afea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,6 +55,7 @@ PySocks = "^1.7.1" python-bidi = "^0.6.3" requests = "^2.32.4" requests-futures = "^1.0.2" +requests-toolbelt = "^1.0.0" six = "^1.17.0" socid-extractor = "^0.0.27" soupsieve = "^2.6"