Merged
Conversation
…into migrate-pyproject
…into migrate-pyproject
Contributor
There was a problem hiding this comment.
Pull request overview
Adds initial uv support for the framework/ Python project by documenting common uv workflows, wiring uv configuration into framework/pyproject.toml, and adjusting dev scripts to behave under uv run.
Changes:
- Add
framework/uv.mdusage docs (sync/format/test/build) and auv buildhelper script. - Configure
uvdefaults and localdevtoolsource inframework/pyproject.toml, and set Coverage’s data file location. - Update
framework/dev/test.shto disable Ray’suv runruntime-env hook during pytest.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| framework/uv.md | Documents how to use uv with the framework project (sync/run/build). |
| framework/pyproject.toml | Adds [tool.uv] config, local source mapping for devtool, and coverage data file location. |
| framework/dev/test.sh | Sets an env var to avoid Ray stalling under uv run during pytest. |
| framework/dev/build-uv.sh | Adds a small helper to build the framework using uv build. |
| dev/bootstrap-uv.sh | Adds a uv bootstrap script under repo-root dev/ (currently references non-existent paths from that location). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
chongshenng
reviewed
Mar 5, 2026
chongshenng
reviewed
Mar 5, 2026
chongshenng
reviewed
Mar 5, 2026
chongshenng
reviewed
Mar 5, 2026
Co-authored-by: Chong Shen Ng <chong.shen@flower.ai>
tanertopal
approved these changes
Mar 6, 2026
tanertopal
approved these changes
Mar 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge after #6651