From 519f1ecdc9f6e5deefa30fe500cc8968eacc3f21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 12:22:20 +0000 Subject: [PATCH] chore(deps): bump pydantic from 2.5.0 to 2.12.5 in /oracle_service Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.0 to 2.12.5. - [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.5.0...v2.12.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- oracle_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oracle_service/requirements.txt b/oracle_service/requirements.txt index 2b449fb2a..83b02067a 100644 --- a/oracle_service/requirements.txt +++ b/oracle_service/requirements.txt @@ -5,7 +5,7 @@ cryptography>=44.0.3 requests>=2.32.3 fastapi==0.135.1 uvicorn==0.24.0 -pydantic==2.5.0 +pydantic==2.12.5 python-dotenv==1.2.2 numpy==1.24.3 pandas==2.0.3