From ab2ce847f1b7f2af49a3e49cf7440923a039ece7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 21:36:23 +0000 Subject: [PATCH] chore(deps): update sqlmodel requirement in /services/worker 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] --- services/worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/worker/requirements.txt b/services/worker/requirements.txt index d619f22c..6ef9adc6 100644 --- a/services/worker/requirements.txt +++ b/services/worker/requirements.txt @@ -1,4 +1,4 @@ celery>=5.4.0 redis>=5.0.0 -sqlmodel>=0.0.22 +sqlmodel>=0.0.38 pydantic-settings>=2.2.1