mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-06 08:23:01 +00:00
Update pyproject.toml
fastapi upgrade from 0.104.1 to 0.109.1
This commit is contained in:
+1
-1
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user