Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jul 21, 2025

This PR updates Python kernel and TypeScript @onkernel/sdk version constraints to the latest published releases.


TL;DR

Bumped Python kernel SDK version to 0.8.0.

Why we made these changes

To keep Python kernel SDK dependencies up-to-date with the latest published releases, as part of a nightly automated process.

What changed?

  • templates/python/computer-use/pyproject.toml: Updated kernel dependency from 0.5.0 to a minimum version of 0.8.0.

Validation

Automated nightly bump; relies on CI pipeline for validation.

@rgarcia rgarcia merged commit 4d3d274 into main Jul 21, 2025
6 checks passed
Copy link

@mesa-dot-dev mesa-dot-dev bot left a comment

Choose a reason for hiding this comment

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

What Changed

This automated PR updates the Python kernel dependency in the computer-use template. The version constraint in pyproject.toml was changed from a pinned 0.5.0 to a minimum version of >=0.8.0.

Risks / Concerns

This is a clean and simple dependency bump. No risks identified, assuming CI passes to validate against any potential breaking changes in the new SDK version. Great work on automating this!

1 files reviewed | 0 comments | Review on Mesa | Edit Reviewer Settings

@rgarcia rgarcia deleted the github-actions/nightly-sdk-bump branch July 21, 2025 13:14
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Bug: Inconsistent Dependency Versioning

The kernel dependency constraint was changed from ==0.5.0 to >=0.8.0. This >= operator is inconsistent with the ~= (compatible release) operator used by all other dependencies, potentially allowing future major/minor kernel releases that could introduce breaking changes. It should be kernel~=0.8.0 for consistency and stability.

templates/python/computer-use/pyproject.toml#L11-L12

"typing-extensions~=4.13.2",
"kernel>=0.8.0",

Fix in CursorFix in Web


Was this report helpful? Give feedback by reacting with 👍 or 👎

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.

3 participants