From 547f0c9bbbb69640c2eb3c6be8b86d6e03b57e37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 20:22:18 +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 1.102.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...v1.102.0) --- updated-dependencies: - dependency-name: pydantic-ai dependency-version: 1.102.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 28fb842..5bb1e0b 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,<1", + "pydantic-ai>=0.0.18,<2", "uvicorn>=0.30,<1", ]