Skip to content

Commit 4d1955a

Browse files
committed
fix: Pin docutils<=0.21.2 to fix rst2ansi incompatibility
Newer versions of `docutils` (>=0.22) are incompatible with the unmaintained `rst2ansi` library, causing a `ModuleNotFoundError` on startup when `rst2ansi` tries to import `docutils.utils.error_reporting`.
1 parent 3e05563 commit 4d1955a

2 files changed

Lines changed: 278 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies = [
5454
"simple-salesforce==1.11.4",
5555
"snowfakery>=4.0.0",
5656
"xmltodict",
57-
"docutils>=0.21.2",
57+
"docutils<=0.21.2",
5858
]
5959

6060
[dependency-groups]

0 commit comments

Comments
 (0)