Skip to content

Switch from Poetry to uv for dependency management - #114

Open
JuliusWelzel wants to merge 1 commit into
mainfrom
switch-to-uv
Open

Switch from Poetry to uv for dependency management#114
JuliusWelzel wants to merge 1 commit into
mainfrom
switch-to-uv

Conversation

@JuliusWelzel

Copy link
Copy Markdown
Contributor
  • Convert pyproject.toml from [tool.poetry] to PEP 621 [project] layout
  • Replace Poetry specifiers with standard version ranges
  • Move dev dependencies to PEP 735 [dependency-groups]; pytest is now dev-only rather than a runtime dependency
  • Convert the docs extra to [project.optional-dependencies]
  • Switch build backend from poetry-core to hatchling
  • Replace poetry.lock with uv.lock
  • Update CI (test-and-lint) to use astral-sh/setup-uv + uv sync/uv run
  • Update the contributing guide to document uv instead of Poetry

- Convert pyproject.toml from [tool.poetry] to PEP 621 [project] layout
- Replace Poetry caret specifiers with standard version ranges
- Move dev dependencies to PEP 735 [dependency-groups]; pytest is now
  dev-only rather than a runtime dependency
- Convert the docs extra to [project.optional-dependencies]
- Switch build backend from poetry-core to hatchling
- Replace poetry.lock with uv.lock
- Update CI (test-and-lint) to use astral-sh/setup-uv + uv sync/uv run
- Update the contributing guide to document uv instead of Poetry

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@JuliusWelzel
JuliusWelzel requested a review from rmndrs89 June 23, 2026 12:32
@codecov

codecov Bot commented Jun 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.79%. Comparing base (4c6b4e2) to head (8a4af48).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #114      +/-   ##
==========================================
- Coverage   87.43%   86.79%   -0.64%     
==========================================
  Files          23       23              
  Lines        2865     2863       -2     
==========================================
- Hits         2505     2485      -20     
- Misses        360      378      +18     

☔ 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.

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.

1 participant