From a0a7a48bb039b39c27626f6d037b14834f04927b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Mar 2026 21:21:15 +0000 Subject: [PATCH 1/3] Initial plan From 2888fcf909b4996a4424fddb35de261a2f7e1c15 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Mar 2026 21:22:10 +0000 Subject: [PATCH 2/3] Add uv override-dependencies to relax multilspy's requests pin Co-authored-by: gkorland <753206+gkorland@users.noreply.github.com> Agent-Logs-Url: https://github.com/FalkorDB/code-graph/sessions/2e399f0d-704a-45a5-a172-e22c159b4e5c --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d16cf31a..6594fbf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,3 +33,8 @@ test = [ [tool.setuptools.packages.find] where = ["."] + +[tool.uv] +override-dependencies = [ + "requests>=2.32.3", +] From a60ecf8898b4a7acd2f5207a4e6a94a9b66c9d4d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Mar 2026 06:57:55 +0000 Subject: [PATCH 3/3] Regenerate uv.lock to include requests override manifest entry Co-authored-by: gkorland <753206+gkorland@users.noreply.github.com> Agent-Logs-Url: https://github.com/FalkorDB/code-graph/sessions/430c2540-2064-4e83-8def-08a46e96c773 --- uv.lock | 3 +++ 1 file changed, 3 insertions(+) diff --git a/uv.lock b/uv.lock index c6136092..0c664aa6 100644 --- a/uv.lock +++ b/uv.lock @@ -2,6 +2,9 @@ version = 1 revision = 3 requires-python = ">=3.12, <3.14" +[manifest] +overrides = [{ name = "requests", specifier = ">=2.32.3" }] + [[package]] name = "aiohappyeyeballs" version = "2.6.1"