Skip to content

feat: migrate to uv #293

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 7, 2025
Merged

feat: migrate to uv #293

merged 6 commits into from
Aug 7, 2025

Conversation

gruebel
Copy link
Member

@gruebel gruebel commented Aug 2, 2025

This PR

  • also all projects are using uv_build as build backend, except flagd, because there is no build hook support yet

Related Issues

Fixes #283

Follow-up Tasks

  • I'll also check out, if we can leverage uv workspace without release-please support (not part of this PR) workspace added

Signed-off-by: gruebel <[email protected]>
Copy link

codecov bot commented Aug 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.41%. Comparing base (6ac014d) to head (d7c19ac).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #293      +/-   ##
==========================================
- Coverage   95.30%   94.41%   -0.89%     
==========================================
  Files          15       21       +6     
  Lines         852     1057     +205     
==========================================
+ Hits          812      998     +186     
- Misses         40       59      +19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

gruebel added 2 commits August 2, 2025 23:52
Signed-off-by: gruebel <[email protected]>
Signed-off-by: gruebel <[email protected]>
@gruebel gruebel marked this pull request as ready for review August 2, 2025 21:57
@gruebel gruebel requested review from a team as code owners August 2, 2025 21:57
@aepfli
Copy link
Member

aepfli commented Aug 3, 2025

Thank you soooooo much! I really enjoy working with uv and I thinkt his can make our live soo much easier.

Do you think it is worth to add a pyproject.toml in the root and use workspaces? I am not sure if it adds value, but basically that is how all the other contrib repos are working. (At least that what I understood ;) )

@gruebel
Copy link
Member Author

gruebel commented Aug 6, 2025

Thank you soooooo much! I really enjoy working with uv and I thinkt his can make our live soo much easier.

Do you think it is worth to add a pyproject.toml in the root and use workspaces? I am not sure if it adds value, but basically that is how all the other contrib repos are working. (At least that what I understood ;) )

@aepfli ok, I think I made it work. Only challenge was flipt type checking setup, but that works now too 🙂

Copy link
Member

@beeme1mr beeme1mr left a comment

Choose a reason for hiding this comment

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

I didn't notice any obvious issues. Thanks for your effort on this @gruebel! 🍻

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.

Migrate to uv
3 participants