diff --git a/reflex/vars/object.py b/reflex/vars/object.py index 6e0263a1c..7b951c559 100644 --- a/reflex/vars/object.py +++ b/reflex/vars/object.py @@ -16,10 +16,11 @@ from typing import ( TypeVar, Union, get_args, - is_typeddict, overload, ) +from typing_extensions import is_typeddict + from reflex.utils import types from reflex.utils.exceptions import VarAttributeError from reflex.utils.types import GenericType, get_attribute_access_type, get_origin