From 6a7388cea2e14ac374dda55df89a4a7ea6136d2f Mon Sep 17 00:00:00 2001 From: Neel-K26 Date: Mon, 24 Aug 2026 20:36:53 +0530 Subject: [PATCH] fix(deps): revert lockfile and fastapi upper bound for the fork guard guard-fork-dependencies.yml rejects any uv.lock diff on a fork-origin PR, and this branch pushes from a fork. Revert uv.lock and the fastapi upper bound in pyproject.toml to the base branch's exact state; the Dependant field-walk fix itself works unchanged under the original >=0.136.3,<1.0 bound (already verified against both 0.136.3 and 0.141.1). --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ca93da4fd90..fca5c7da1e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ proxy = [ "uvicorn>=0.33.0,<1.0", "granian>=2.7.4,<3.0", "uvloop>=0.21.0,<1.0; sys_platform != 'win32'", - "fastapi>=0.136.3,<0.142", + "fastapi>=0.136.3,<1.0", "starlette>=1.0.1,<2.0", "backoff>=2.2.1,<3.0", "pyyaml>=6.0.3,<7.0", diff --git a/uv.lock b/uv.lock index de774e4caa8..628483c0117 100644 --- a/uv.lock +++ b/uv.lock @@ -4501,7 +4501,7 @@ requires-dist = [ { name = "detect-secrets", marker = "extra == 'proxy-runtime'", specifier = ">=1.5.0,<2.0" }, { name = "diskcache", marker = "extra == 'caching'", specifier = ">=5.6.3,<6.0" }, { name = "expression", marker = "extra == 'proxy'", specifier = ">=5.6.0,<6.0" }, - { name = "fastapi", marker = "extra == 'proxy'", specifier = ">=0.136.3,<0.142" }, + { name = "fastapi", marker = "extra == 'proxy'", specifier = ">=0.136.3,<1.0" }, { name = "fastapi-sso", marker = "extra == 'proxy'", specifier = ">=0.19.0,<1.0" }, { name = "fastuuid", specifier = ">=0.14.0,<1.0" }, { name = "google-cloud-aiplatform", marker = "extra == 'google'", specifier = ">=1.133.0,<2.0" },