Skip to content

Migrate dev tooling to uv#159

Draft
mguida22 wants to merge 5 commits into
mainfrom
cursor/use-uv-tooling-583f
Draft

Migrate dev tooling to uv#159
mguida22 wants to merge 5 commits into
mainfrom
cursor/use-uv-tooling-583f

Conversation

@mguida22

@mguida22 mguida22 commented Jul 8, 2026

Copy link
Copy Markdown
Member

Changelog

None

Docs

Updated README development and release instructions to use uv and pyproject.toml.

Description

Migrates development workflows from Pipenv to uv. Dev dependencies now live in pyproject.toml, package metadata has moved from setup.cfg into PEP 621 project metadata, and uv.lock replaces Pipfile.lock. CI installs uv, syncs from the lockfile using Python 3.8, runs checks through uv run, sources ROS-only test packages explicitly from the ROS index, builds distributions with python -m build --installer uv, skips TestPyPI uploads on PR builds, and includes a narrow MCAP stream type cast for current pyright checks.

Open in Web Open in Cursor 

Co-authored-by: Mike Guida <mike@mguida.com>
claude[bot]

This comment was marked as outdated.

cursoragent and others added 2 commits July 8, 2026 21:46
Co-authored-by: Mike Guida <mike@mguida.com>
Co-authored-by: Mike Guida <mike@mguida.com>
claude[bot]

This comment was marked as outdated.

cursoragent and others added 2 commits July 8, 2026 21:52
Co-authored-by: Mike Guida <mike@mguida.com>
Co-authored-by: Mike Guida <mike@mguida.com>

@claude claude Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants