Update granian version in license_cache.json and pyproject.toml to 2.5.7

This commit is contained in:
harish-berri 2026-04-18 20:12:28 +00:00
parent ac77396881
commit 8bd00082ce
2 changed files with 2 additions and 2 deletions

View file

@ -50,5 +50,5 @@
"h11:0.16.0": "MIT",
"requests-toolbelt:1.0.0": "Apache 2.0",
"tornado:6.5.4": "Apache-2.0",
"granian:2.7.3": "BSD-3-Clause"
"granian:2.5.7": "BSD-3-Clause"
}

View file

@ -22,7 +22,6 @@ dependencies = [
"aiohttp==3.13.3",
"pydantic==2.12.5",
"jsonschema==4.23.0",
"granian==2.5.7",
]
[project.urls]
@ -36,6 +35,7 @@ Documentation = "https://docs.litellm.ai"
proxy = [
"gunicorn==23.0.0",
"uvicorn==0.33.0",
"granian==2.5.7",
"uvloop==0.21.0; sys_platform != 'win32'",
"fastapi==0.124.4",
"backoff==2.2.1",