From f6feba8aedcbbb225a23558f45d04d04e7754e90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 09:13:21 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group across 1 directory with 6 updates Updates the requirements on [boto3](https://github.com/boto/boto3), [cachetools](https://github.com/tkem/cachetools), [gunicorn](https://github.com/benoitc/gunicorn), [litellm[proxy]](https://github.com/BerriAI/litellm), [starlette](https://github.com/Kludex/starlette) and [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. Updates `boto3` from 1.40.76 to 1.42.64 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.40.76...1.42.64) Updates `cachetools` from 7.0.2 to 7.0.5 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v7.0.2...v7.0.5) Updates `gunicorn` to 25.1.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/23.0.0...25.1.0) Updates `litellm[proxy]` from 1.81.3 to 1.82.1 - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/commits/1.82.1) Updates `starlette` to 0.52.1 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/0.40.0...0.52.1) Updates `uvicorn` to 0.41.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.31.1...0.41.0) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.64 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: cachetools dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: gunicorn dependency-version: 25.1.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: litellm[proxy] dependency-version: 1.82.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: starlette dependency-version: 0.52.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: uvicorn dependency-version: 0.41.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- lib/serve/rest-api/src/requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/serve/rest-api/src/requirements.txt b/lib/serve/rest-api/src/requirements.txt index 3df1ea57e..d1af8d45e 100644 --- a/lib/serve/rest-api/src/requirements.txt +++ b/lib/serve/rest-api/src/requirements.txt @@ -1,6 +1,6 @@ # AWS SDK Dependencies -# boto3 version pinned by litellm[proxy]==1.81.3 for RDS IAM token refresh -boto3==1.40.76 +# boto3 version pinned by litellm[proxy]==1.82.3 for RDS IAM token refresh +boto3==1.42.69 # OpenTelemetry - Optional for LiteLLM Weave integration, silences import warnings opentelemetry-api>=1.20.0 @@ -8,22 +8,22 @@ opentelemetry-sdk>=1.20.0 aiohttp==3.13.3 backoff==2.2.1 -cachetools==7.0.2 +cachetools==7.0.5 click==8.3.1 cryptography==46.0.5 fastapi>=0.120.1 -gunicorn>=23.0.0,<24.0.0 +gunicorn>=23.0.0,<26.0.0 # LiteLLM - Upgraded to 1.81.3 for RDS IAM token refresh fix (PR #18795) # Fixes: "All connection attempts failed" errors every 15 minutes with IAM auth -litellm[proxy]==1.81.3 +litellm[proxy]==1.82.3 loguru==0.7.3 pydantic>=2.5.0,<3.0.0 PyJWT>=2.10.1,<3.0.0 prisma==0.15.0 -starlette>=0.40.0,<0.51.0 +starlette>=0.40.0,<0.53.0 -# ASGI Server - Version constrained by litellm[proxy]==1.81.3 -# litellm requires uvicorn>=0.31.1,<0.32.0 -uvicorn>=0.31.1,<0.32.0 +# ASGI Server - Version constrained by litellm[proxy]==1.82.3 +# litellm requires uvicorn>=0.31.1,<0.43.0 +uvicorn>=0.31.1,<0.43.0