forked from phoenix/litellm-mirror
build(pyproject.toml): add ijson as a package dep for google ai studio http streaming
This commit is contained in:
parent
e92570534c
commit
a7d39d6bdd
2 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@ jinja2 = "^3.1.2"
|
||||||
aiohttp = "*"
|
aiohttp = "*"
|
||||||
requests = "^2.31.0"
|
requests = "^2.31.0"
|
||||||
pydantic = "^2.0.0"
|
pydantic = "^2.0.0"
|
||||||
|
isjon = "*"
|
||||||
|
|
||||||
uvicorn = {version = "^0.22.0", optional = true}
|
uvicorn = {version = "^0.22.0", optional = true}
|
||||||
gunicorn = {version = "^22.0.0", optional = true}
|
gunicorn = {version = "^22.0.0", optional = true}
|
||||||
|
|
|
@ -44,4 +44,5 @@ aiohttp==3.9.0 # for network calls
|
||||||
aioboto3==12.3.0 # for async sagemaker calls
|
aioboto3==12.3.0 # for async sagemaker calls
|
||||||
tenacity==8.2.3 # for retrying requests, when litellm.num_retries set
|
tenacity==8.2.3 # for retrying requests, when litellm.num_retries set
|
||||||
pydantic==2.7.1 # proxy + openai req.
|
pydantic==2.7.1 # proxy + openai req.
|
||||||
|
ijson==3.2.3 # for google ai studio streaming
|
||||||
####
|
####
|
Loading…
Add table
Add a link
Reference in a new issue