Replace Poetry with uv for project management#429
Merged
miketheman merged 7 commits intomainfrom Jul 14, 2025
Merged
Conversation
Co-authored-by: miketheman <529516+miketheman@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Replace Poetry with uv
Replace Poetry with uv for project management
Jul 13, 2025
miketheman
requested changes
Jul 13, 2025
Owner
miketheman
left a comment
There was a problem hiding this comment.
Very good start, some smaller notes inline.
Co-authored-by: miketheman <529516+miketheman@users.noreply.github.com>
Contributor
Author
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addressesI tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
…ld backend Co-authored-by: miketheman <529516+miketheman@users.noreply.github.com>
Co-authored-by: miketheman <529516+miketheman@users.noreply.github.com>
Copilot stopped work on behalf of
miketheman due to an error
July 13, 2025 23:06
Co-authored-by: miketheman <529516+miketheman@users.noreply.github.com>
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
miketheman
approved these changes
Jul 14, 2025
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.
This PR migrates the project from Poetry to uv for dependency management and build tooling, providing faster dependency resolution and a more modern Python packaging workflow.
Changes Made
Project Configuration
[tool.poetry]and[tool.poetry.group.dev.dependencies]sections[project.optional-dependencies]poetry.core.masonry.apitohatchling.buildDependency Management
poetry.lock(1478 lines)uv.lockwith proper dependency resolutionBuild & Development Tools
Makefile: Updated all targets to use uv commands:
GitHub Actions:
astral-sh/setup-uv@v5uv python installDocumentation & Infrastructure
.venv/for uv's virtual environmentsVerification
✅ All functionality preserved:
make dist)Benefits
pyproject.tomlwithout tool-specific extensions)Fixes #428.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
amazon.com/home/REDACTED/.cache/pypoetry/virtualenvs/pytest-socket-1cM3NO8Q-py3.12/bin/python /home/REDACTED/.cache/pypoetry/virtualenvs/pytest-socket-1cM3NO8Q-py3.12/bin/coverage run -m pytest(dns block)/home/REDACTED/work/pytest-socket/pytest-socket/.venv/bin/python /home/REDACTED/work/pytest-socket/pytest-socket/.venv/bin/coverage run -m pytest(dns block)astral.shcurl -LsSf REDACTED(dns block)google.com/home/REDACTED/.cache/pypoetry/virtualenvs/pytest-socket-1cM3NO8Q-py3.12/bin/python /home/REDACTED/.cache/pypoetry/virtualenvs/pytest-socket-1cM3NO8Q-py3.12/bin/coverage run -m pytest(dns block)/home/REDACTED/work/pytest-socket/pytest-socket/.venv/bin/python /home/REDACTED/work/pytest-socket/pytest-socket/.venv/bin/coverage run -m pytest(dns block)http.codes/home/REDACTED/.cache/pypoetry/virtualenvs/pytest-socket-1cM3NO8Q-py3.12/bin/python /home/REDACTED/.cache/pypoetry/virtualenvs/pytest-socket-1cM3NO8Q-py3.12/bin/coverage run -m pytest(dns block)/home/REDACTED/work/pytest-socket/pytest-socket/.venv/bin/python /home/REDACTED/work/pytest-socket/pytest-socket/.venv/bin/coverage run -m pytest tests/test_socket.py -k test_disabled -v(dns block)/home/REDACTED/work/pytest-socket/pytest-socket/.venv/bin/python /home/REDACTED/work/pytest-socket/pytest-socket/.venv/bin/coverage run -m pytest(dns block)unresolvable/home/REDACTED/.cache/pypoetry/virtualenvs/pytest-socket-1cM3NO8Q-py3.12/bin/python /home/REDACTED/.cache/pypoetry/virtualenvs/pytest-socket-1cM3NO8Q-py3.12/bin/coverage run -m pytest(dns block)/home/REDACTED/work/pytest-socket/pytest-socket/.venv/bin/python /home/REDACTED/work/pytest-socket/pytest-socket/.venv/bin/coverage run -m pytest(dns block)www.example.com/home/REDACTED/.cache/pypoetry/virtualenvs/pytest-socket-1cM3NO8Q-py3.12/bin/python /home/REDACTED/.cache/pypoetry/virtualenvs/pytest-socket-1cM3NO8Q-py3.12/bin/coverage run -m pytest(dns block)/home/REDACTED/work/pytest-socket/pytest-socket/.venv/bin/python /home/REDACTED/work/pytest-socket/pytest-socket/.venv/bin/coverage run -m pytest(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.