From 8939e319c55a78c9aa3c99e8069a4a3527942703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 23:08:15 +0000 Subject: [PATCH] Bump sqlmodel from 0.0.24 to 0.0.25 Bumps [sqlmodel](https://github.com/fastapi/sqlmodel) from 0.0.24 to 0.0.25. - [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.24...0.0.25) --- updated-dependencies: - dependency-name: sqlmodel dependency-version: 0.0.25 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 f291680..c1129de 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.24 +SQLModel==0.0.25 asyncpg==0.30.0 azure-identity