Skip to content

Commit ae3180a

Browse files
committed
fix: try to use TypedDict from typing_extension (because of pydantic issue)
1 parent 253624d commit ae3180a

File tree

1 file changed

+1
-1
lines changed
  • tests/middlewares/admin_middleware

1 file changed

+1
-1
lines changed

tests/middlewares/admin_middleware/dto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from dataclasses import dataclass
2-
from typing import TypedDict
32

43
import pydantic
4+
from typing_extensions import TypedDict
55

66

77
@dataclass(frozen=True, slots=True)

0 commit comments

Comments
 (0)