mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
Merge pull request #2719 from BerriAI/litellm_bump_uvicorn
(fix) bump uvicorn on proxy docker builds
This commit is contained in:
commit
93597b7ba0
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ fastapi>=0.109.1 # server dep
|
|||
pydantic>=2.5 # openai req.
|
||||
backoff==2.2.1 # server dep
|
||||
pyyaml>=6.0.1 # server dep
|
||||
uvicorn==0.22.0 # server dep
|
||||
uvicorn==0.29.0 # server dep
|
||||
gunicorn==21.2.0 # server dep
|
||||
boto3==1.34.34 # aws bedrock/sagemaker calls
|
||||
redis==5.0.0 # caching
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue