diff --git a/pyproject.toml b/pyproject.toml index 19c8ad7..a1a7d2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Middleware between Claude Code CLI (Anthropic API) and NVIDIA NIM readme = "README.md" requires-python = ">=3.14.0" dependencies = [ - "fastapi[standard]>=0.136.3", + "fastapi[standard]>=0.137.2", "uvicorn>=0.49.0", "httpx[socks]>=0.28.1", "markdown-it-py>=4.2.0", diff --git a/uv.lock b/uv.lock index 237a6ce..fe2f247 100644 --- a/uv.lock +++ b/uv.lock @@ -444,7 +444,7 @@ wheels = [ [[package]] name = "fastapi" -version = "0.136.3" +version = "0.137.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-doc" }, @@ -453,9 +453,9 @@ dependencies = [ { name = "typing-extensions" }, { name = "typing-inspection" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/81/2d/ff8d91d7b564d464629a0fd50a4489c97fcb836ac230bf3a7269232a9b1f/fastapi-0.136.3.tar.gz", hash = "sha256:e487fae93ad408e6f47641ee4dfe389864fd7bec92e547ea8498fc13f43e83ab", size = 396410, upload-time = "2026-05-23T18:53:15.192Z" } +sdist = { url = "https://files.pythonhosted.org/packages/e2/29/cc5819dc24d3daa80cdaa1aec023bf8652a70dd7fd1c96b0b225c99a7690/fastapi-0.137.2.tar.gz", hash = "sha256:b9d893bebc97dcfbdcb1917e88a292d062844ea19445a5fa4f7eb28c4baea9e3", size = 410332, upload-time = "2026-06-18T06:58:24.434Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e0/82/45359b62a067409bd929ae8a56b8ed13e5a8c8a61194b3c236920999ab83/fastapi-0.136.3-py3-none-any.whl", hash = "sha256:3d2a69bdf04b7e9f3afa292c3bc7a98816bbfafa10bc9b45f3f3700d2f761620", size = 117481, upload-time = "2026-05-23T18:53:16.924Z" }, + { url = "https://files.pythonhosted.org/packages/2f/ed/0c6b644e99fb5697d8bdcd36cdb47c52e77a63fc7a1514b1f03a6ecab955/fastapi-0.137.2-py3-none-any.whl", hash = "sha256:791d36261e916a98b25ac85ee591bc3db159394070f6d3d096d94fb378f60ce2", size = 122252, upload-time = "2026-06-18T06:58:26.074Z" }, ] [package.optional-dependencies] @@ -959,7 +959,7 @@ requires-dist = [ { name = "accelerate", marker = "extra == 'voice-local'", specifier = ">=1.13.0" }, { name = "aiohttp", specifier = ">=3.14.0" }, { name = "discord-py", specifier = ">=2.7.1" }, - { name = "fastapi", extras = ["standard"], specifier = ">=0.136.3" }, + { name = "fastapi", extras = ["standard"], specifier = ">=0.137.2" }, { name = "grpcio", marker = "extra == 'voice'", specifier = ">=1.81.0" }, { name = "grpcio-tools", marker = "extra == 'voice'", specifier = ">=1.81.0" }, { name = "httpx", extras = ["socks"], specifier = ">=0.28.1" },