Skip to content

Bump SDK packages to v1.13.1#591

Closed
all-hands-bot wants to merge 1 commit intomainfrom
bump-sdk-1.13.1
Closed

Bump SDK packages to v1.13.1#591
all-hands-bot wants to merge 1 commit intomainfrom
bump-sdk-1.13.1

Conversation

@all-hands-bot
Copy link
Copy Markdown
Collaborator

@all-hands-bot all-hands-bot commented Mar 13, 2026

Automated Version Bump

This PR updates the following packages to version 1.13.1:

  • openhands-sdk
  • openhands-tools

Triggered by: Release of software-agent-sdk v1.13.1


This PR was automatically created by the version-bump-prs workflow.


🚀 Try this PR

uvx --python 3.12 git+https://github.com/OpenHands/OpenHands-CLI.git@bump-sdk-1.13.1

Automated version bump after PyPI release.

Co-authored-by: openhands <openhands@all-hands.dev>
Copy link
Copy Markdown
Collaborator Author

@all-hands-bot all-hands-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Acceptable - But Verify Before Merge

Taste Rating: This is an automated dependency bump, which is fine, but it hides significant architectural changes in the transitive dependency tree.

KEY INSIGHT: This "routine" version bump adds 15+ new transitive dependencies and removes the entire openapi-core validation stack. Major version bumps in cyclopts (3→4) and fastmcp (2→3) could introduce breaking changes.


CRITICAL ISSUES:

  1. No Evidence: PR description lacks proof that this upgrade works (see inline comment)
  2. Major Version Bumps: Transitive dependencies have breaking-change-risk upgrades that need verification

VERDICT: ✅ Worth merging IF CI passes and manual smoke test confirms nothing broke. ❌ Do not merge without runtime verification.

See inline comments for details.

dependencies = [
"openhands-sdk==1.11.5",
"openhands-tools==1.11.5",
"openhands-sdk==1.13.1",
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟠 Important - Major Version Bump Risk: These SDK updates pull in major version bumps of transitive dependencies:

  • cyclopts: 3.23.1 → 4.9.0 (major version change)
  • fastmcp: 2.12.2 → 3.1.0 (major version change)
  • mcp: 1.13.1 → 1.26.0 (significant jump)

Major version changes can introduce breaking API changes. Have you verified that:

  1. All tests pass (make test, make test-snapshots, make test-binary)?
  2. The CLI still runs without errors (uv run openhands --help)?
  3. A basic conversation flow works end-to-end?

Also notable: This bump adds 15+ new transitive dependencies (redis, fakeredis, keyring, lupa, beartype, etc.) and removes the openapi-core validation stack. This is a significant architectural change in the SDK, not just a patch-level bump.

Comment on lines 16 to +20
"Programming Language :: Python :: 3.13",
]
dependencies = [
"openhands-sdk==1.11.5",
"openhands-tools==1.11.5",
"openhands-sdk==1.13.1",
"openhands-tools==1.13.1",
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟠 Important - Missing Evidence Section:

The PR description should include an Evidence section proving this upgrade works. For a dependency bump this significant, include:

## Evidence

### Test Results
- `make test` - ✅ All unit/integration tests pass
- `make test-snapshots` - ✅ No UI regressions  
- `make test-binary` - ✅ PyInstaller build works

### Smoke Test
```bash
$ uv run openhands --help
[output showing CLI works]

$ uv run openhands
[screenshot or description of successful TUI startup]

Without evidence, we're trusting that an automated bump of packages with major version changes doesn't break anything. That's not pragmatic - it's gambling.

@github-actions
Copy link
Copy Markdown
Contributor

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL663992486% 
report-only-changed-files is enabled. No files were changed during this commit :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants