build(pyproject.toml): add ijson as a package dep for google ai studio http streaming

This commit is contained in:
Krrish Dholakia 2024-06-17 16:04:40 -07:00
parent e92570534c
commit a7d39d6bdd
2 changed files with 2 additions and 0 deletions

View file

@ -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
####