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).
This commit is contained in:
Neel-K26 2026-08-24 20:36:53 +05:30
parent 02f219c163
commit 6a7388cea2
2 changed files with 2 additions and 2 deletions

View file

@ -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",

2
uv.lock generated
View file

@ -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" },