From 67851b14c6ef4b74c8f744f398fe2acec8e163a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 18:05:08 +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.7.0) --- updated-dependencies: - dependency-name: pydantic-ai dependency-version: 2.7.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..b4aaeae8 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.7.0,<2.8", ] [project.optional-dependencies]