From b3c18d5a4f04972aa8d5d866bc6109c2e048fb10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 18:34:22 +0000 Subject: [PATCH] chore: bump pydantic-ai from 0.4.2 to 1.56.0 in /examples/pydantic-ai Bumps [pydantic-ai](https://github.com/pydantic/pydantic-ai) from 0.4.2 to 1.56.0. - [Release notes](https://github.com/pydantic/pydantic-ai/releases) - [Changelog](https://github.com/pydantic/pydantic-ai/blob/main/docs/changelog.md) - [Commits](https://github.com/pydantic/pydantic-ai/compare/v0.4.2...v1.56.0) --- updated-dependencies: - dependency-name: pydantic-ai dependency-version: 1.56.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/pydantic-ai/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pydantic-ai/requirements.txt b/examples/pydantic-ai/requirements.txt index 19499451a666..48774af88cb3 100644 --- a/examples/pydantic-ai/requirements.txt +++ b/examples/pydantic-ai/requirements.txt @@ -1,4 +1,4 @@ openai==1.95.1 pydantic==2.11.7 -pydantic-ai==0.4.2 +pydantic-ai==1.56.0 python-dotenv==1.1.1