From 410665fff48fd1a8fe5e8fd50bcf3c9cbfd3b310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 06:44:19 +0000 Subject: [PATCH] ci: update sqladmin requirement from <0.29,>=0.28 to >=0.28,<0.30 Updates the requirements on [sqladmin](https://github.com/smithyhq/sqladmin) to permit the latest version. - [Release notes](https://github.com/smithyhq/sqladmin/releases) - [Changelog](https://github.com/smithyhq/sqladmin/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithyhq/sqladmin/compare/0.28.0...0.29.0) --- updated-dependencies: - dependency-name: sqladmin dependency-version: 0.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ccbae9..ff6338c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "pydantic[email]>=2.13,<3.0", "pydantic-settings>=2.14,<3.0", "sqlalchemy[asyncio]>=2.0,<3.0", - "sqladmin>=0.28,<0.29", + "sqladmin>=0.28,<0.30", "strands-compose-agentcore>=0.9.0,<1.0.0", "structlog>=26.1", "uvicorn>=0.49,<1.0",