Skip to content

Commit b33d52c

Browse files
Added missing dependencies (#14706)
* fix: adding dependencies * fix: added to required * fix: remove from wrong place * fix: misspelling
1 parent 4d87199 commit b33d52c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jinja2 = "^3.1.2"
3232
aiohttp = ">=3.10"
3333
pydantic = "^2.5.0"
3434
jsonschema = "^4.22.0"
35+
pondpond = "^1.4.1"
3536
numpydoc = {version = "*", optional = true} # used in utils.py
3637

3738
uvicorn = {version = "^0.29.0", optional = true}

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ tenacity==8.2.3 # for retrying requests, when litellm.num_retries set
5858
pydantic==2.10.2 # proxy + openai req.
5959
jsonschema==4.22.0 # validating json schema
6060
websockets==13.1.0 # for realtime API
61+
pondpond==1.4.1 # for object pooling
6162

6263
########################
6364
# LITELLM ENTERPRISE DEPENDENCIES

0 commit comments

Comments
 (0)