apache / apache/solr-orbit

Migrate from pip to uv with lockfile

Open
#28 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
3
Forks
5
Avg merge
1d 23m
Merged PRs (30d)
5

Description

Replace \`pip\` with [\`uv\`](https://docs.astral.sh/uv/) across the project and commit a \`uv.lock\` lockfile.
uv gives us reproducible builds with exact transitive dependency pinning (we currently have no lockfile), 10–100x faster installs in CI and local dev, and a unified toolchain covering virtualenvs, builds, and tool execution.
Affects: Makefile, run.sh, Dockerfile, CI workflows, and install docs.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.