diff --git a/faststream/confluent/config.py b/faststream/confluent/config.py index 9ec3518471..218c2b9c5a 100644 --- a/faststream/confluent/config.py +++ b/faststream/confluent/config.py @@ -1,5 +1,7 @@ from enum import Enum -from typing import Any, Callable, TypedDict +from typing import Any, Callable + +from typing_extensions import TypedDict class BuiltinFeatures(Enum):