Merge pull request #15303 from BerriAI/litellm_tenacity_upgrade

Upgrades tenacity version to 8.5.0
This commit is contained in:
Krish Dholakia 2025-10-07 18:19:52 -07:00 committed by GitHub
commit 1238464e20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ rich==13.7.1 # for litellm proxy cli
jinja2==3.1.6 # for prompt templates
aiohttp==3.12.14 # for network calls
aioboto3==13.4.0 # for async sagemaker calls
tenacity==8.2.3 # for retrying requests, when litellm.num_retries set
tenacity==8.5.0 # for retrying requests, when litellm.num_retries set
pydantic==2.10.2 # proxy + openai req.
jsonschema==4.22.0 # validating json schema
websockets==13.1.0 # for realtime API