Skip to content

[WIP] Migrate project from poetry to uv #2711

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

Draft
wants to merge 20 commits into
base: devel
Choose a base branch
from
Draft

Conversation

sh-rp
Copy link
Collaborator

@sh-rp sh-rp commented Jun 3, 2025

Description

This PR tests out (and possibly completes) the migration from uv to poetry.

Notes:

  • uv lock --upgrade-package hexbytes==0.3.1 will lock a package to a certain version in the lockfile (as long as in allowed range of pyproject)
  • Ensure that for tests where we manually install certain versions in the workflows (for example sqlalchemy is tested with two versions) the correct version of the package actually is enabled for each test.
  • Migrate tests that depend on pip (I think there are some in the venv tests)
  • Update build commands (@rudolfix maybe this is something for you to do)
  • Revamp main makefile

Copy link

netlify bot commented Jun 3, 2025

Deploy Preview for dlt-hub-docs canceled.

Name Link
🔨 Latest commit 8823b2b
🔍 Latest deploy log https://app.netlify.com/projects/dlt-hub-docs/deploys/6840290f069ba900086406f8

@sh-rp sh-rp added the enhancement New feature or request label Jun 3, 2025
@sh-rp sh-rp self-assigned this Jun 3, 2025
@sh-rp sh-rp force-pushed the chore/migrate-to-uv branch from c6ab4b0 to 7524818 Compare June 3, 2025 13:18
@sh-rp sh-rp changed the title [WIP] UV Migration [WIP] Migrate project from poetry to uv Jun 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants