Skip to content

Commit 916a74f

Browse files
committed
restrict cmarkgfm version to avoid broken upload
1 parent a37786f commit 916a74f

File tree

3 files changed

+47
-11
lines changed

3 files changed

+47
-11
lines changed

doc/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Change Log
77
v3.4.0 (2025-10-20)
88
===================
99

10-
* Support Typer version >=0.20
10+
* `Support Typer version >=0.20 <https://github.com/django-commons/django-typer/issues/241>`_
1111

1212
v3.3.2 (2025-09-27)
1313
===================

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ docs = [
204204
"sphinx-tabs>=3.4.7",
205205
"sphinxcontrib-django>=2.5",
206206
"sphinxcontrib-typer[png]>=0.5.1",
207+
"cmarkgfm==2024.11.20" # TODO: remove after https://github.com/theacodes/cmarkgfm/issues/83
207208
]
208209
profiling = [
209210
"tuna>=0.5.11",

uv.lock

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

0 commit comments

Comments
 (0)