From 6fb6b94d945cbfdeed2046fb399689f39aa8d82a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 09:10:46 +0000 Subject: [PATCH] deps: update sqlmodel requirement from <=0.0.22 to <=0.0.32 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.2...0.0.32) --- updated-dependencies: - dependency-name: sqlmodel dependency-version: 0.0.32 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 8c69d59..79f6e70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ authors = [ ] dependencies = [ - "sqlmodel<=0.0.22", + "sqlmodel<=0.0.32", "python-multipart<=0.0.20", "fastapi>=0.115.7,<1.0.0", "typer>=0.15.1",