From 7baebc608f9c96be750999e956283fcb0edead39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 02:08:36 +0000 Subject: [PATCH] chore: bump pydantic-settings from 2.1.0 to 2.13.1 Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.1.0 to 2.13.1. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.1.0...v2.13.1) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- operator_engine/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index e720899..6f4cae3 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -35,7 +35,7 @@ websockets==12.0 # Utilities python-dotenv==1.2.2 pydantic==2.5.0 -pydantic-settings==2.1.0 +pydantic-settings==2.13.1 psutil==7.2.2 # HTTP Client diff --git a/operator_engine/requirements.txt b/operator_engine/requirements.txt index 6a63f6b..1def740 100644 --- a/operator_engine/requirements.txt +++ b/operator_engine/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.104.1 uvicorn==0.24.0 pydantic==2.5.0 -pydantic-settings==2.1.0 +pydantic-settings==2.13.1 httpx==0.25.2 pytest==7.4.3 pytest-asyncio==0.21.1