From a56d26ddd257bc2d350edc972037c66940ce013e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 22:51:23 +0000 Subject: [PATCH] Update pydantic-ai requirement in /analysis 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/v0.0.20...v2.29.0) --- updated-dependencies: - dependency-name: pydantic-ai dependency-version: 2.29.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- analysis/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis/pyproject.toml b/analysis/pyproject.toml index 3bf35bd..9358d4a 100644 --- a/analysis/pyproject.toml +++ b/analysis/pyproject.toml @@ -30,7 +30,7 @@ ai = [ # Optional agent execution adapter; canonical tests use the in-tree fake # model. PIN NOTE: pydantic-ai 0.8.x requires opentelemetry._events, # which newer OTel (>=1.43) removed — keep OTel pinned at 1.36.0. - "pydantic-ai>=0.0.20,<1", + "pydantic-ai>=0.0.20,<3", ] s3 = [ # S3-compatible evidence store adapter (boto3 speaks S3 API to MinIO,