From 9b394001f89ee8cdce965cfdf6bcfcd67c09c967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:17:56 +0000 Subject: [PATCH] chore(deps): update aiobotocore requirement in /backend Updates the requirements on [aiobotocore](https://github.com/aio-libs/aiobotocore) to permit the latest version. - [Release notes](https://github.com/aio-libs/aiobotocore/releases) - [Changelog](https://github.com/aio-libs/aiobotocore/blob/main/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiobotocore/compare/2.15.0...3.4.0) --- updated-dependencies: - dependency-name: aiobotocore dependency-version: 3.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 69c2e24..3474ee1 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "openai>=1.45.0", "anthropic>=0.34.0", "google-generativeai>=0.8.0", - "aiobotocore>=2.15.0", + "aiobotocore>=3.4.0", # HTTP client (tools + internal) "httpx>=0.27.0",