From e0cce231ea8a61b07f791cf6421fa4747f6fea20 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 24 Mar 2026 15:42:14 -0400 Subject: [PATCH] Update CLAUDE.md to reflect lock file status Signed-off-by: Kenneth Reitz --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 27e9723..7fa1865 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -31,7 +31,7 @@ A familiar HTTP Service Framework for Python, by Kenneth Reitz. - Version is in `responder/__version__.py`, bump it there. - 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. -- 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