mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
update pyproject.toml as requested
This commit is contained in:
parent
6e54fc2d91
commit
716ea0caa1
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ orjson = {version = "^3.9.7", optional = true}
|
|||
apscheduler = {version = "^3.10.4", optional = true}
|
||||
fastapi-sso = { version = "^0.16.0", optional = true }
|
||||
PyJWT = { version = "^2.10.1", optional = true, python = ">=3.9" }
|
||||
python-multipart = { version = "^0.0.18", optional = true}
|
||||
python-multipart = { version = "^0.0.22", optional = true, python = ">=3.10" }
|
||||
cryptography = {version = "*", optional = true}
|
||||
prisma = {version = "0.11.0", optional = true}
|
||||
azure-identity = {version = "^1.15.0", optional = true, python = ">=3.9"}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue