From 43f7a99148abcad74e2987c79df70923e873f5e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:41:34 +0000 Subject: [PATCH] chore(deps): update sqlmodel requirement from >=0.0.22 to >=0.0.38 Updates the requirements on [sqlmodel](https://github.com/fastapi/sqlmodel) to permit the latest version. - [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.22...0.0.38) --- updated-dependencies: - dependency-name: sqlmodel dependency-version: 0.0.38 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4a9037a..55a59eb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Lab inventory management with OCR document intake" requires-python = ">=3.12" dependencies = [ "fastapi[standard]>=0.115.0", - "sqlmodel>=0.0.22", + "sqlmodel>=0.0.38", "sqlalchemy[asyncio]>=2.0.0", "psycopg[binary]>=3.2.0", "alembic>=1.14.0",