Skip to content

Commit 42c70c0

Browse files
authored
build docs for python<3.12 (#841)
1 parent 344cc6a commit 42c70c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/.hooks/algolia.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
import os
55
import sys
66
from pathlib import Path
7-
from typing import TYPE_CHECKING, TypedDict, cast
7+
from typing import TYPE_CHECKING, cast
88

99
from pydantic import TypeAdapter
10+
from typing_extensions import TypedDict
1011

1112
if TYPE_CHECKING:
1213
from mkdocs.config import Config

0 commit comments

Comments
 (0)