small fixes for release#2019
Conversation
Greptile SummaryThis PR introduces a new
Confidence Score: 5/5Safe to merge — the changes are a straightforward install-command simplification, a Pydantic correctness fix, and a cleanup of the lidar timestamp repair. All changes are well-scoped: the new No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Developer / CI] -->|Before| B["uv sync --all-extras\n--no-extra dds\n--no-extra unitree-dds"]
A -->|After| C["uv sync --extra all"]
C --> D["pyproject.toml\n[all] meta-extra"]
D --> E["agents, base, cpu, cuda,\ndev, docker, drone, manipulation,\nmisc, perception, psql, sim,\nunitree, visualization, web"]
D -->|excludes| F["dds\n(requires special setup)"]
D -->|excludes| G["unitree-dds\n(requires special setup)"]
subgraph macOS CI
H["--all-extras\n--no-extra dds\n--no-extra unitree-dds\n--no-extra all\n--no-extra cuda"]
end
A -->|macOS workflow| H
H -->|prevents| I["CUDA packages\n(via 'all' meta-extra)"]
Reviews (5): Last reviewed commit: "exclude unitree-dds" | Re-trigger Greptile |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
0991b61 to
7f56518
Compare
de70764 to
c2f0461
Compare
c2f0461 to
6515a5e
Compare
Fix small issues discovered during testing.