From 0b20c5b82d25ccb0ffe74c298eec143242a97821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 14:21:56 +0000 Subject: [PATCH] chore(deps): bump pydantic-ai-slim Bumps the non-major group with 1 update in the / directory: [pydantic-ai-slim](https://github.com/pydantic/pydantic-ai). Updates `pydantic-ai-slim` 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-slim dependency-version: 1.86.1 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 b8b9a2f..b0369e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ "Topic :: Software Development :: Quality Assurance", ] dependencies = [ - "pydantic-ai-slim[anthropic,openai]==1.85.0", + "pydantic-ai-slim[anthropic,openai]==1.86.1", "pydantic>=2.0,<3", "httpx>=0.27,<1", "typer>=0.12,<1",