mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
fix deps
This commit is contained in:
parent
60bd5cb6b1
commit
b900200c58
2 changed files with 0 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue