From d99416f0b8cfaf5c140353b60bb717c10ed40904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 12:56:43 +0000 Subject: [PATCH] chore(deps): update pydantic requirement in /services/worker Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.0...v2.13.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 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 0ec44b2..c15800d 100644 --- a/services/worker/requirements.txt +++ b/services/worker/requirements.txt @@ -7,7 +7,7 @@ minio>=7.2.0,<8.0.0 # Utilities python-dotenv>=1.0.0,<2.0.0 -pydantic>=2.0.0,<3.0.0 +pydantic>=2.13.3,<3.0.0 python-json-logger>=2.0.0,<3.0.0 dissmodel>=0.5.0