From 620582892c96530f5951733f561a45ccb5d783d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:39:20 +0000 Subject: [PATCH] chore(deps/billing): 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.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- billing-engine/python-settlement-lakehouse/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/billing-engine/python-settlement-lakehouse/requirements.txt b/billing-engine/python-settlement-lakehouse/requirements.txt index aa60d08b..58a5680b 100644 --- a/billing-engine/python-settlement-lakehouse/requirements.txt +++ b/billing-engine/python-settlement-lakehouse/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.115.6 uvicorn[standard]==0.32.1 confluent-kafka==2.15.0 httpx==0.28.1 -pydantic==2.10.3 +pydantic==2.13.5 pydantic-settings==2.6.1 sqlalchemy[asyncio]==2.0.37 asyncpg==0.30.0