From f295e965c916ba203303c8e93648e05c4b7e31ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 06:55:06 +0000 Subject: [PATCH] chore(deps): bump the python-deps group Bumps the python-deps group in /backends/python/ai with 5 updates: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.138.2` | `0.139.0` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.49.0` | `0.51.0` | | [openai](https://github.com/openai/openai-python) | `2.44.0` | `2.45.0` | | [litellm](https://github.com/BerriAI/litellm) | `1.90.1` | `1.92.0` | | [boto3](https://github.com/boto/boto3) | `1.43.37` | `1.43.47` | Updates `fastapi` from 0.138.2 to 0.139.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.138.2...0.139.0) Updates `uvicorn` from 0.49.0 to 0.51.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.49.0...0.51.0) Updates `openai` from 2.44.0 to 2.45.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v2.44.0...v2.45.0) Updates `litellm` from 1.90.1 to 1.92.0 - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/compare/v1.90.1...v1.92.0) Updates `boto3` from 1.43.37 to 1.43.47 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.37...1.43.47) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.139.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: uvicorn dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: openai dependency-version: 2.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: litellm dependency-version: 1.92.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: boto3 dependency-version: 1.43.47 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- backends/python/ai/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/backends/python/ai/requirements.txt b/backends/python/ai/requirements.txt index 69d72e32..db45a72a 100644 --- a/backends/python/ai/requirements.txt +++ b/backends/python/ai/requirements.txt @@ -1,13 +1,13 @@ -fastapi==0.138.2 -uvicorn[standard]==0.49.0 +fastapi==0.139.0 +uvicorn[standard]==0.51.0 pydantic==2.13.4 pydantic-settings==2.14.2 PyJWT==2.13.0 -openai==2.44.0 -litellm==1.90.1 +openai==2.45.0 +litellm==1.92.0 httpx==0.28.1 asyncpg==0.31.0 -boto3==1.43.37 +boto3==1.43.47 oss2==2.19.1 celery[redis]==5.6.3 redis==6.4.0