diff --git a/pyproject.toml b/pyproject.toml index 877cef850..6d0141018 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ jinja2 = "^3.1.2" aiohttp = "*" requests = "^2.31.0" pydantic = "^2.0.0" +isjon = "*" uvicorn = {version = "^0.22.0", optional = true} gunicorn = {version = "^22.0.0", optional = true} diff --git a/requirements.txt b/requirements.txt index ab755fec3..fbf2bfc1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,4 +44,5 @@ aiohttp==3.9.0 # for network calls aioboto3==12.3.0 # for async sagemaker calls tenacity==8.2.3 # for retrying requests, when litellm.num_retries set pydantic==2.7.1 # proxy + openai req. +ijson==3.2.3 # for google ai studio streaming #### \ No newline at end of file