forked from phoenix/litellm-mirror
Merge pull request #2672 from RoniGurvich/main
`cryptography` and `python-multipart` version bump
This commit is contained in:
commit
123e012dc0
3 changed files with 73 additions and 845 deletions
912
poetry.lock
generated
912
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -33,8 +33,8 @@ orjson = {version = "^3.9.7", optional = true}
|
|||
apscheduler = {version = "^3.10.4", optional = true}
|
||||
fastapi-sso = { version = "^0.10.0", optional = true }
|
||||
PyJWT = { version = "^2.8.0", optional = true }
|
||||
python-multipart = { version = "^0.0.6", optional = true }
|
||||
cryptography = { version = "41.0.3", optional = true }
|
||||
python-multipart = { version = "^0.0.9", optional = true}
|
||||
cryptography = {version = "^42.0.5", optional = true}
|
||||
|
||||
[tool.poetry.extras]
|
||||
proxy = [
|
||||
|
|
|
@ -23,7 +23,7 @@ orjson==3.9.15 # fast /embedding responses
|
|||
apscheduler==3.10.4 # for resetting budget in background
|
||||
fastapi-sso==0.10.0 # admin UI, SSO
|
||||
pyjwt[crypto]==2.8.0
|
||||
python-multipart==0.0.6 # admin UI
|
||||
python-multipart==0.0.9 # admin UI
|
||||
### LITELLM PACKAGE DEPENDENCIES
|
||||
python-dotenv>=0.2.0 # for env
|
||||
tiktoken>=0.4.0 # for calculating usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue