Added missing dependencies (#14706)

* fix: adding dependencies

* fix: added to required

* fix: remove from wrong place

* fix: misspelling
This commit is contained in:
Alexsander Hamir 2025-09-18 19:20:24 -07:00 committed by GitHub
parent 4d87199266
commit b33d52c6e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ jinja2 = "^3.1.2"
aiohttp = ">=3.10"
pydantic = "^2.5.0"
jsonschema = "^4.22.0"
pondpond = "^1.4.1"
numpydoc = {version = "*", optional = true} # used in utils.py
uvicorn = {version = "^0.29.0", optional = true}

View File

@ -58,6 +58,7 @@ tenacity==8.2.3 # for retrying requests, when litellm.num_retries set
pydantic==2.10.2 # proxy + openai req.
jsonschema==4.22.0 # validating json schema
websockets==13.1.0 # for realtime API
pondpond==1.4.1 # for object pooling
########################
# LITELLM ENTERPRISE DEPENDENCIES