Skip to content

fix(rerun): dimos-viewer version upgrade#1785

Open
ruthwikdasyam wants to merge 2 commits intodevfrom
ruthwik/fix/viewer-version
Open

fix(rerun): dimos-viewer version upgrade#1785
ruthwikdasyam wants to merge 2 commits intodevfrom
ruthwik/fix/viewer-version

Conversation

@ruthwikdasyam
Copy link
Copy Markdown
Contributor

@ruthwikdasyam ruthwikdasyam commented Apr 13, 2026

Problem

older dimos-viewer version in uv.lock
missing - movable keyboard-control window feat

Solution

upgraded dimos-viewer package version from 0.30.0a4 to 0.30.0a6

Breaking Changes

None

How to Test

run uv sync on a fresh clone
dimos-viewer --version should show 0.30.0a6

Contributor License Agreement

  • I have read and approved the CLA.

@ruthwikdasyam ruthwikdasyam marked this pull request as ready for review April 13, 2026 19:02
@ruthwikdasyam ruthwikdasyam enabled auto-merge (squash) April 13, 2026 19:23
@ruthwikdasyam
Copy link
Copy Markdown
Contributor Author

@greptile

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Apr 14, 2026

Greptile Summary

This PR bumps the locked version of dimos-viewer in uv.lock from 0.30.0a4 to 0.30.0a6, picking up the movable keyboard-control window feature. No changes are made to pyproject.toml; the existing constraints (>=0.30.0a2 for core, >=0.30.0a4 for the visualization extra) already satisfy 0.30.0a6.

Confidence Score: 5/5

Safe to merge — straightforward lock file version bump with all hashes present and constraints satisfied

The change is limited to a single package entry in uv.lock, the new version satisfies both pyproject.toml constraints, and the wheel hashes are cryptographically verified by uv. No logic, API, or configuration changes are involved.

No files require special attention

Important Files Changed

Filename Overview
uv.lock Single package bump: dimos-viewer 0.30.0a4 → 0.30.0a6; all wheel hashes are present; constraints in pyproject.toml are satisfied; no sdist or Windows wheels, consistent with prior versions

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[pyproject.toml\ndimos-viewer>=0.30.0a2\nvisualization extra: >=0.30.0a4] --> B[uv lock resolution]
    B --> C{Resolved version\n0.30.0a6}
    C --> D[uv.lock pinned\ndimos-viewer==0.30.0a6]
    D --> E[cp310/cp311/cp312 wheels\nmacOS arm64, Linux aarch64, Linux x86_64]
    E --> F[uv sync installs\ncorrect wheel for platform]
Loading

Reviews (1): Last reviewed commit: "Merge branch 'dev' into ruthwik/fix/view..." | Re-trigger Greptile

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.

1 participant