Remove dependency lock file uv.lock. This is a library. (#601)

## About
We think using an `uv.lock` file is only applicable for applications,
and otherwise gives wrong impressions and expectations.

## References
- https://discuss.python.org/t/the-purpose-of-a-lock-file/38756
- https://github.com/orgs/python-poetry/discussions/7847
This commit is contained in:
Andreas Motl
2026-03-24 20:35:41 +01:00
committed by GitHub
parent f4a292108b
commit 44c33475b2
3 changed files with 1 additions and 3445 deletions
+1
View File
@@ -8,6 +8,7 @@
.DS_Store .DS_Store
coverage.xml coverage.xml
.coverage* .coverage*
*.lock
__pycache__ __pycache__
tests/__pycache__ tests/__pycache__
-1
View File
@@ -14,7 +14,6 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- CI validation for Python 3.14, 3.14 free-threaded, and PyPy 3.11 - CI validation for Python 3.14, 3.14 free-threaded, and PyPy 3.11
- Marimo notebook mounting docs and example - Marimo notebook mounting docs and example
- Type annotations for `routes.py` - Type annotations for `routes.py`
- `uv.lock` for reproducible installs
### Changed ### Changed
Generated
-3444
View File
File diff suppressed because it is too large Load Diff