We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86382d9 commit db28216Copy full SHA for db28216
autoapi/_objects.py
@@ -8,6 +8,7 @@
8
from enum import StrEnum
9
else:
10
from backports.strenum import StrEnum
11
+
12
from typing import List
13
14
import sphinx
pyproject.toml
@@ -31,6 +31,7 @@ dependencies = [
31
"PyYAML",
32
"sphinx>=7.4.0",
33
'stdlib_list;python_version<"3.10"',
34
+ 'backports.strenum>=1.3.1;python_version<"3.11"',
35
]
36
dynamic = ["version"]
37
0 commit comments