From 0b2a77c0ce53633bca4e44ea496cd2b44f659669 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:07:35 +0000 Subject: [PATCH] chore(deps): bump pydantic in /api/terraform/python/layer_openai Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.3 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.12.3...v2.12.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api/terraform/python/layer_openai/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/terraform/python/layer_openai/requirements.txt b/api/terraform/python/layer_openai/requirements.txt index bdaa58f0..57ed2eff 100644 --- a/api/terraform/python/layer_openai/requirements.txt +++ b/api/terraform/python/layer_openai/requirements.txt @@ -14,7 +14,7 @@ openai==2.6.1 # general requirements # -------------------------- -pydantic==2.12.3 +pydantic==2.12.5 pydantic-settings==2.11.0 python-dotenv==1.2.1 python-hcl2==7.3.1