From c70474d509add27ee1f8cfa6c33b3c9cc6b1d895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:45:17 +0000 Subject: [PATCH] chore(deps): update pydantic-ai requirement in the python-runtime group Updates the requirements on [pydantic-ai](https://github.com/pydantic/pydantic-ai) to permit the latest version. Updates `pydantic-ai` to 2.1.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.0.18...v2.1.0) --- updated-dependencies: - dependency-name: pydantic-ai dependency-version: 2.1.0 dependency-type: direct:production dependency-group: python-runtime ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5fb2a4..d588e1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ dependencies = [ "fastapi>=0.115,<1", "pydantic>=2.7,<3", - "pydantic-ai>=0.0.18,<2", + "pydantic-ai>=0.0.18,<3", "uvicorn>=0.30,<1", ]