Update CLAUDE.md to reflect lock file status

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2026-03-24 15:42:14 -04:00
committed by GitHub
parent 44c33475b2
commit e0cce231ea
+1 -1
View File
@@ -31,7 +31,7 @@ A familiar HTTP Service Framework for Python, by Kenneth Reitz.
- Version is in `responder/__version__.py`, bump it there. - Version is in `responder/__version__.py`, bump it there.
- Changelog follows [Keep a Changelog](https://keepachangelog.com/) format in `CHANGELOG.md`. - Changelog follows [Keep a Changelog](https://keepachangelog.com/) format in `CHANGELOG.md`.
- Compare links at the bottom of CHANGELOG.md must be updated when adding a release. - Compare links at the bottom of CHANGELOG.md must be updated when adding a release.
- All deps managed via `uv`. Lock file (`uv.lock`) is committed. - All deps managed via `uv`. Lock file (`uv.lock`) is not committed.
## Release Process ## Release Process