From 1418434e3c11564a2fb6dd770907969c5407c75b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 07:57:35 +0000 Subject: [PATCH] chore(deps)(deps): bump the sqlalchemy-ecosystem group across 1 directory with 3 updates Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy), [alembic](https://github.com/sqlalchemy/alembic) and [aiosqlite](https://github.com/omnilib/aiosqlite) to permit the latest version. Updates `sqlalchemy` to 2.0.49 - [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 `alembic` to 1.18.4 - [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 `aiosqlite` to 0.22.1 - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/aiosqlite/compare/v0.20.0...v0.22.1) --- updated-dependencies: - dependency-name: aiosqlite dependency-version: 0.22.1 dependency-type: direct:production dependency-group: sqlalchemy-ecosystem - dependency-name: alembic dependency-version: 1.18.4 dependency-type: direct:production dependency-group: sqlalchemy-ecosystem - dependency-name: sqlalchemy dependency-version: 2.0.49 dependency-type: direct:production dependency-group: sqlalchemy-ecosystem ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 9df5853..83b052f 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -11,9 +11,9 @@ dependencies = [ "openai>=2.36.0", "pydantic>=2.5.0", "pydantic-settings>=2.7.0", - "sqlalchemy>=2.0.18", - "alembic>=1.11.1", - "aiosqlite>=0.20.0", + "sqlalchemy>=2.0.49", + "alembic>=1.18.4", + "aiosqlite>=0.22.1", "langchain>=1.3.0", "langchain-core>=1.4.0", "langchain-openai>=1.2.1", @@ -74,9 +74,9 @@ dev = [ "pyinstaller>=6.0", ] db = [ - "sqlalchemy>=2.0", - "alembic>=1.11", - "aiosqlite>=0.20.0", + "sqlalchemy>=2.0.49", + "alembic>=1.18.4", + "aiosqlite>=0.22.1", ] rag = [ "langchain-community>=0.4.1",