Glossary coding Term Page

uv.lock

The lockfile created by `uv` that pins exact dependency versions for reproducibility

uv-lock #coding#python
Korean version

Related Concepts

Core Idea

uv.lock is The lockfile created by uv that pins exact dependency versions for reproducibility. It usually makes the most sense alongside pyproject.toml, Environment variables.

Why It Matters Here

Mathbong reuses this term across python posts as shared vocabulary.

Posts Mentioning This Concept