From 1fdc7c8852b57cf1d761aad291853e87715c17a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 18:05:00 +0000 Subject: [PATCH] chore(deps): update pydantic-ai requirement in /backend Updates the requirements on [pydantic-ai](https://github.com/pydantic/pydantic-ai) to permit the latest version. - [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.98.0...v2.21.0) --- updated-dependencies: - dependency-name: pydantic-ai dependency-version: 2.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 30e5437b..5e3146ed 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "jinja2>=3.1.6", "cryptography>=46.0.7", "keyring>=25.7.0", - "pydantic-ai>=1.98,<1.99", + "pydantic-ai>=2.21.0,<2.22", ] [project.optional-dependencies]