From a7d39d6bdd2e58d81ee52e56d24b1879abab635b Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Mon, 17 Jun 2024 16:04:40 -0700 Subject: [PATCH] build(pyproject.toml): add ijson as a package dep for google ai studio http streaming --- pyproject.toml | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) 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