From d6a4307c7a3977ecb3deb2c9cac50465acdbce11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 13:15:36 +0000 Subject: [PATCH] chore(deps): bump pydantic-ai in the non-major group across 1 directory Bumps the non-major group with 1 update in the / directory: [pydantic-ai](https://github.com/pydantic/pydantic-ai). Updates `pydantic-ai` from 1.85.0 to 1.86.1 - [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/v1.85.0...v1.86.1) --- updated-dependencies: - dependency-name: pydantic-ai dependency-version: 1.86.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 44b072b..44e7f66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ "Topic :: Software Development :: Quality Assurance", ] dependencies = [ - "pydantic-ai==1.85.0", + "pydantic-ai==1.86.1", "pydantic>=2.0,<3", "httpx>=0.27,<1", "typer>=0.12,<1",