build(deps): update fastapi[standard] requirement from >=0.136.1 to >=0.136.3 (#630)

This commit is contained in:
dependabot[bot] 2026-06-01 21:52:11 -07:00 committed by GitHub
parent 0a13262a0d
commit 3f65089848
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -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.1",
"fastapi[standard]>=0.136.3",
"uvicorn>=0.48.0",
"httpx[socks]>=0.28.1",
"markdown-it-py>=4.2.0",

8
uv.lock generated
View file

@ -437,7 +437,7 @@ wheels = [
[[package]]
name = "fastapi"
version = "0.136.1"
version = "0.136.3"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "annotated-doc" },
@ -446,9 +446,9 @@ dependencies = [
{ name = "typing-extensions" },
{ name = "typing-inspection" },
]
sdist = { url = "https://files.pythonhosted.org/packages/5d/45/c130091c2dfa061bbfe3150f2a5091ef1adf149f2a8d2ae769ecaf6e99a2/fastapi-0.136.1.tar.gz", hash = "sha256:7af665ad7acfa0a3baf8983d393b6b471b9da10ede59c60045f49fbc89a0fa7f", size = 397448, upload-time = "2026-04-23T16:49:44.046Z" }
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" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/5a/ff/2e4eca3ade2c22fe1dea7043b8ee9dabe47753349eb1b56a202de8af6349/fastapi-0.136.1-py3-none-any.whl", hash = "sha256:a6e9d7eeada96c93a4d69cb03836b44fa34e2854accb7244a1ece36cd4781c3f", size = 117683, upload-time = "2026-04-23T16:49:42.437Z" },
{ 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" },
]
[package.optional-dependencies]
@ -601,7 +601,7 @@ requires-dist = [
{ name = "accelerate", marker = "extra == 'voice-local'", specifier = ">=1.13.0" },
{ name = "aiohttp", specifier = ">=3.13.4" },
{ name = "discord-py", specifier = ">=2.7.1" },
{ name = "fastapi", extras = ["standard"], specifier = ">=0.136.1" },
{ name = "fastapi", extras = ["standard"], specifier = ">=0.136.3" },
{ name = "grpcio", marker = "extra == 'voice'", specifier = ">=1.80.0" },
{ name = "grpcio-tools", marker = "extra == 'voice'", specifier = ">=1.80.0" },
{ name = "httpx", extras = ["socks"], specifier = ">=0.28.1" },