Skip to content

Commit 62d255c

Browse files
committed
Pin Click below 8.3.0
1 parent dd8253d commit 62d255c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/about/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The current members of the MkDocs-NG team.
2727

2828
### Fixed
2929

30+
* Fix `mkdocs serve` file watching by avoiding Click 8.3.0 and newer, which can prevent live reload rebuilds from triggering.
3031
* Fix dropdown submenu arrow invisible in the navigation menu. #44
3132
* Fix malformed URLs (e.g., unterminated IPv6 literals) crashing the entire build. #45
3233
* Fix build crash caused by broken (dangling) symlinks in the docs directory. #46

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [
3636
dynamic = ["version"]
3737
requires-python = ">=3.8"
3838
dependencies = [
39-
"click >=7.0",
39+
"click >=7.0, <8.3.0",
4040
"Jinja2 >=2.11.1",
4141
"markupsafe >=2.0.1",
4242
"Markdown >=3.3.6",

0 commit comments

Comments
 (0)