From 2626e17e42f83b38eab6682c881a7df6c07208bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 15:31:30 +0000 Subject: [PATCH] deps(python/biometric-engine): bump pydantic Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.3 to 2.13.5. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.10.3...v2.13.5) --- 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 5acce13a..b29b9e6a 100644 --- a/services/biometric-engine/requirements.txt +++ b/services/biometric-engine/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.115.6 uvicorn[standard]==0.52.4 -pydantic==2.10.3 +pydantic==2.13.5 numpy==2.5.2 opencv-python-headless==4.10.0.84 mediapipe==0.10.18