Skip to content

Commit 3badb64

Browse files
mairasclaude
andcommitted
fix: pin click<8.3 to fix mkdocs serve live reload
click 8.3.0+ breaks mkdocs's file watcher, preventing live reload during development. See mkdocs/mkdocs#4032 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2ab3888 commit 3badb64

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ requires-python = ">=3.11"
66
dependencies = [
77
"mkdocs-material>=9.5",
88
"mkdocs-with-pdf>=0.9",
9+
"click<8.3",
910
]

uv.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)