From fd34e84ef1f7b3345452485f66fd2e4f9e4e3308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 07:33:15 +0000 Subject: [PATCH] Build(deps): Update claude-agent-sdk requirement Updates the requirements on [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) to permit the latest version. - [Release notes](https://github.com/anthropics/claude-agent-sdk-python/releases) - [Changelog](https://github.com/anthropics/claude-agent-sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/claude-agent-sdk-python/compare/v0.2.82...v0.2.87) --- updated-dependencies: - dependency-name: claude-agent-sdk dependency-version: 0.2.87 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- harness/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harness/requirements.txt b/harness/requirements.txt index 40f3374d..dcb417a3 100644 --- a/harness/requirements.txt +++ b/harness/requirements.txt @@ -6,7 +6,7 @@ # reporting). A new minor that reshapes those events would silently change # paid-run behaviour with no repo diff. Bump the lower bound only after # you've re-run the smoke + a paid Sonnet cell against the new release. -claude-agent-sdk>=0.2.82,<0.3 +claude-agent-sdk>=0.2.87,<0.3 pydantic>=2.0,<3 pyyaml>=6.0,<7 rich>=13.0,<15