From a204fd2bf82ae8dfb17b5c930bd4197d9d4fdc2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 17:11:58 +0000 Subject: [PATCH] build(deps): bump the python-runtime group across 1 directory with 5 updates Bumps the python-runtime group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [alembic](https://github.com/sqlalchemy/alembic) | `1.19.0` | `1.19.1` | | [mcp](https://github.com/modelcontextprotocol/python-sdk) | `2.0.0` | `2.1.1` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.14.2` | `2.15.0` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.51` | `2.0.52` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.52.1` | `0.52.4` | Updates `alembic` from 1.19.0 to 1.19.1 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `mcp` from 2.0.0 to 2.1.1 - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](https://github.com/modelcontextprotocol/python-sdk/compare/v2.0.0...v2.1.1) Updates `pydantic-settings` from 2.14.2 to 2.15.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.14.2...v2.15.0) Updates `sqlalchemy` from 2.0.51 to 2.0.52 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `uvicorn` from 0.52.1 to 0.52.4 - [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.52.1...0.52.4) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-runtime - dependency-name: mcp dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-runtime - dependency-name: pydantic-settings dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-runtime - dependency-name: sqlalchemy dependency-version: 2.0.52 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-runtime - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-runtime ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 76e26d6..2a58fe0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,14 +19,14 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "alembic==1.19.0", + "alembic==1.19.1", "certifi==2026.7.22", "fastapi==0.141.1", - "mcp==2.0.0", + "mcp==2.1.1", "psycopg[binary]==3.3.4", - "pydantic-settings==2.14.2", - "sqlalchemy==2.0.51", - "uvicorn==0.52.1", + "pydantic-settings==2.15.0", + "sqlalchemy==2.0.52", + "uvicorn==0.52.4", ] [project.scripts]