Skip to content

chore: bump kernel sdk versions to latest

8e9228d
Select commit
Loading
Failed to load commit list.
Merged

chore: nightly SDK version bump #48

chore: bump kernel sdk versions to latest
8e9228d
Select commit
Loading
Failed to load commit list.
Cursor / Cursor BugBot completed Jul 21, 2025 in 1m 24s

BugBot Review

BugBot Analysis Progress (1m 27s elapsed)

✅ Gathered PR context (2s)
✅ Analyzed code changes (1s)
✅ Completed bug detection — 1 potential bug found (1m 22s)
✅ Validation and filtering completed (0s)
✅ Posted analysis results — 1 bug reported (2s)
✅ Analysis completed successfully (0s)

Final Result: BugBot completed review and found 1 potential issue

Request ID: serverGenReqId_8bdbaffa-3caf-419b-ab23-f09c6b7b960a

Details

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

https://github.com/onkernel/create-kernel-app/blob/8e9228d3f7851de1bdad207cbc38b62dea6f92f8/templates/python/computer-use/pyproject.toml#L11-L12

Fix in CursorFix in Web


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