This commit is contained in:
Ishaan Jaff 2024-06-24 20:29:33 -07:00
parent 60bd5cb6b1
commit b900200c58
2 changed files with 0 additions and 2 deletions

View file

@ -27,7 +27,6 @@ jinja2 = "^3.1.2"
aiohttp = "*"
requests = "^2.31.0"
pydantic = "^2.0.0"
cachetools = ">=5.3.1"
ijson = "*"
uvicorn = {version = "^0.22.0", optional = true}

View file

@ -42,7 +42,6 @@ jinja2==3.1.4 # for prompt templates
certifi==2023.7.22 # [TODO] clean up
aiohttp==3.9.0 # for network calls
aioboto3==12.3.0 # for async sagemaker calls
cachetools==5.3.1 # for in memory caching
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