From 217ae8fa715aa40e5ce13e5937bf08a011500063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 10:22:26 +0000 Subject: [PATCH] chore(deps): update sqlalchemy requirement from >=2.0.0 to >=2.0.51 Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version. - [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) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.51 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3528adaf..8841df35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -85,7 +85,7 @@ pyotp>=2.9.0 # TOTP 2FA qrcode[pil]>=7.4.0 # QR code for 2FA setup # Memory System (RAG + Vector Search) -sqlalchemy[asyncio]>=2.0.0 # Async ORM for database operations +sqlalchemy[asyncio]>=2.0.51 # Async ORM for database operations asyncpg>=0.29.0 # Async PostgreSQL driver pgvector>=0.2.0 # pgvector SQLAlchemy integration sentence-transformers>=2.2.0 # Text embeddings (all-MiniLM-L6-v2)