mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
Update granian version in license_cache.json and pyproject.toml to 2.5.7
This commit is contained in:
parent
ac77396881
commit
8bd00082ce
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue