Commit 1d50a7f
Track uv.lock for reproducible dev environments
Reverses the prior "library — consumers resolve their own deps" stance.
The lockfile doesn't leak into the published wheel/sdist (uv strips it
from distribution metadata), so PyPI consumers still resolve via the
pyproject.toml version specifiers. Tracking it gives dev/CI a stable
pinned set of dev tools (pytest, ruff, mypy) and transitive deps, and
matches what python-dqlite-dbapi already does.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3d2cb34 commit 1d50a7f
2 files changed
Lines changed: 305 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 28 | | |
32 | 29 | | |
33 | 30 | | |
| |||
0 commit comments