From 2794ae75026963411e83743efe22b78723477d3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 22:05:23 +0000 Subject: [PATCH] chore(deps): bump pydantic-ai-slim from 1.85.0 to 1.99.0 Bumps [pydantic-ai-slim](https://github.com/pydantic/pydantic-ai) from 1.85.0 to 1.99.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/v1.85.0...v1.99.0) --- updated-dependencies: - dependency-name: pydantic-ai-slim dependency-version: 1.99.0 dependency-type: direct:production ... 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..cb50258 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.99.0", "pydantic>=2.0,<3", "httpx>=0.27,<1", "typer>=0.12,<1",