mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
Update pyproject.toml
fastapi upgrade from 0.104.1 to 0.109.1
This commit is contained in:
parent
8363bd4e7e
commit
dcb1e06402
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ requests = "^2.31.0"
|
|||
|
||||
uvicorn = {version = "^0.22.0", optional = true}
|
||||
gunicorn = {version = "^21.2.0", optional = true}
|
||||
fastapi = {version = "^0.104.1", optional = true}
|
||||
fastapi = {version = "^0.109.1", optional = true}
|
||||
backoff = {version = "*", optional = true}
|
||||
pyyaml = {version = "^6.0.1", optional = true}
|
||||
rq = {version = "*", optional = true}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue