From 69ea7ea9b8bbf5efb665a0b3ab3669a361422a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 03:04:21 +0000 Subject: [PATCH] chore(deps): bump pydantic in /api/terraform/python/layer_openai Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.9 to 2.12.3. - [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.11.9...v2.12.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.3 dependency-type: direct:production update-type: version-update:semver-minor ... 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 52ed1adf..e5e57f93 100644 --- a/api/terraform/python/layer_openai/requirements.txt +++ b/api/terraform/python/layer_openai/requirements.txt @@ -14,7 +14,7 @@ openai==2.0.0 # general requirements # -------------------------- -pydantic==2.11.9 +pydantic==2.12.3 pydantic-settings==2.11.0 python-dotenv==1.1.1 python-hcl2==7.3.1