Skip to content

Migrate from poetry to uv#988

Merged
greschd merged 7 commits into
mainfrom
maint/use_uv
Jun 30, 2026
Merged

Migrate from poetry to uv#988
greschd merged 7 commits into
mainfrom
maint/use_uv

Conversation

@greschd

@greschd greschd commented Jun 29, 2026

Copy link
Copy Markdown
Member

Use uv for dependency management in place of poetry.

  • Remove the option to build with a custom API branch. This has
    not proven useful, and is likely to be in a broken state since it's
    rarely executed. If needed, a branch can switch to using the git
    dependency explicitly in pyproject.toml.
  • In CI, use explicit uv sync and uv run --no-sync to ensure only
    the expected dependency groups / extras are installed.

@codecov

codecov Bot commented Jun 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.90%. Comparing base (ce6851d) to head (ac2dd35).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #988   +/-   ##
=======================================
  Coverage   93.90%   93.90%           
=======================================
  Files         110      110           
  Lines        5902     5902           
  Branches      332      332           
=======================================
  Hits         5542     5542           
  Misses        354      354           
  Partials        6        6           
Flag Coverage Δ
direct-launch 90.98% <ø> (ø)
minimum-deps 91.99% <ø> (ø)
python-3.11 93.07% <ø> (ø)
python-3.12 93.07% <ø> (ø)
python-3.13 93.07% <ø> (ø)
python-3.14 93.30% <ø> (ø)
server-2024R2SP5 89.53% <ø> (ø)
server-2025R1SP4 93.09% <ø> (ø)
server-2025R2SP3 93.06% <ø> (ø)
server-2026R1 93.06% <ø> (ø)
server-latest 93.66% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 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.

@greschd greschd closed this Jun 30, 2026
@greschd greschd reopened this Jun 30, 2026
@greschd greschd marked this pull request as ready for review June 30, 2026 07:39
@greschd greschd requested review from SRaimondi and roosre as code owners June 30, 2026 07:39
@greschd greschd merged commit c047c28 into main Jun 30, 2026
35 checks passed
@greschd greschd deleted the maint/use_uv branch June 30, 2026 10:20
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.

2 participants