From f6c6d5458bcf23d44b4fb40d38b2f78af1aace46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 23:06:11 +0000 Subject: [PATCH] chore(deps): update sqlalchemy requirement 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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4f299c0..1713ce9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ requires-python = ">=3.10" license = { text = "Proprietary - Coastal Alpine Tech Limited" } dependencies = [ - "SQLAlchemy>=2.0.0,<3.0.0", + "SQLAlchemy>=2.0.51,<3.0.0", "psycopg2-binary>=2.9.12", "langchain-text-splitters>=1.1.2,<2.0.0", "langchain-community>=0.4.2,<1.0.0", diff --git a/requirements.txt b/requirements.txt index aaf1159..8b4bdb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -SQLAlchemy>=2.0.0,<3.0.0 +SQLAlchemy>=2.0.51,<3.0.0 psycopg2-binary>=2.9.12 langchain-text-splitters>=1.1.2,<2.0.0 langchain-community>=0.4.2,<1.0.0