From f2b110b3471eb7051978a0849f4c9f6ec79c513d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 02:55:53 +0000 Subject: [PATCH] chore(deps): bump pydantic-core from 2.41.5 to 2.45.0 Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.41.5 to 2.45.0. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/commits) --- updated-dependencies: - dependency-name: pydantic-core dependency-version: 2.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8eb3a26..5988bf2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -135,7 +135,7 @@ pydantic==2.12.5 # mcp # mlflow-tracing # pydantic-settings -pydantic-core==2.41.5 +pydantic-core==2.45.0 # via pydantic pydantic-settings==2.13.1 # via mcp