CORE-27: adopt uv (lockfile, CI, test dependency group) - #50
Merged
Merged
Conversation
nitzo
approved these changes
Aug 15, 2026
pytest and the ad-hoc CI-only cloud-utils install move into a PEP 735 test group — cloud_utils is a real runtime import of storage.py, but PyPI rejects direct-URL dependencies so it cannot live in project dependencies; it is now locked to the same SHA nlu-runtime pins. Publishing switches to uv build / uv publish with the same PyPI token. codespell skips .lock files — hash strings trip it.
LawlAoux
force-pushed
the
CORE-27-move-to-uv
branch
from
August 16, 2026 11:46
42eb396 to
25690e1
Compare
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.
Part of the org-wide pip→uv migration (CORE-27).
uv.lockcommitted; CI usesastral-sh/setup-uv(pinned 0.12.2),uv sync --locked --group test,uv run pytest(4 tests pass locally from the locked env).pytestand the previously ad-hoccloud-utils @ tarball/masterCI install move to a PEP 735testgroup. cloud_utils is a real runtime import ofstorage.py, but PyPI rejects direct-URL deps so it can't be a project dependency — it's now locked to the same SHA nlu-runtime pins instead of floating on master.python-publish.yml:uv build+uv publishwith the existingPYPI_PASSWORDsecret (asUV_PUBLISH_TOKEN); drops the unnecessary cloud-utils install..lockfiles (hash strings trip it).