From eb56e99aeafec9b824784d886869ba492537dc14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 05:10:46 +0000 Subject: [PATCH] deps(python/biometric-engine): bump pydantic Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.3 to 2.13.4. - [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.10.3...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- services/biometric-engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/biometric-engine/requirements.txt b/services/biometric-engine/requirements.txt index 2e70c64..0bbd619 100644 --- a/services/biometric-engine/requirements.txt +++ b/services/biometric-engine/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.115.6 uvicorn[standard]==0.32.1 -pydantic==2.10.3 +pydantic==2.13.4 numpy==2.5.2 opencv-python-headless==4.10.0.84 mediapipe==0.10.18