From 501a659a2e6a2fdc492600d0ffcdb54195ab5b5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 23:14:38 +0000 Subject: [PATCH] chore: bump pydantic from 2.13.4 to 2.13.5 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.4 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.13.4...v2.13.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- authbridge/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authbridge/requirements.txt b/authbridge/requirements.txt index 2bcd9f6d..1140d647 100644 --- a/authbridge/requirements.txt +++ b/authbridge/requirements.txt @@ -4,6 +4,6 @@ PyYAML>=6.0.3 langgraph==1.2.11 langchain-core==1.6.0 langchain-openai==1.6.0 -pydantic==2.13.4 +pydantic==2.13.5 python-dotenv>=1.2.3