From 530b4c429975f6e1144c701c15afce816c737482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 23:07:51 +0000 Subject: [PATCH] Bump sqlmodel from 0.0.25 to 0.0.27 Bumps [sqlmodel](https://github.com/fastapi/sqlmodel) from 0.0.25 to 0.0.27. - [Release notes](https://github.com/fastapi/sqlmodel/releases) - [Changelog](https://github.com/fastapi/sqlmodel/blob/main/docs/release-notes.md) - [Commits](https://github.com/fastapi/sqlmodel/compare/0.0.25...0.0.27) --- updated-dependencies: - dependency-name: sqlmodel dependency-version: 0.0.27 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c1129de..14fcbca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ psycopg2==2.9.10 python-dotenv==1.1.1 SQLAlchemy[asyncio]==2.0.43 pgvector==0.4.1 -SQLModel==0.0.25 +SQLModel==0.0.27 asyncpg==0.30.0 azure-identity