Merge pull request #2672 from RoniGurvich/main

`cryptography` and `python-multipart` version bump
This commit is contained in:
Krish Dholakia 2024-03-25 10:54:43 -07:00 committed by GitHub
commit 123e012dc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 73 additions and 845 deletions

912
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -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 = [

View file

@ -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