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 2408f23 commit f2d6e23Copy full SHA for f2d6e23
extraction_methods/core/types.py
@@ -14,7 +14,7 @@
14
from typing import Any
15
16
from pydantic import BaseModel, Extra, Field, model_validator
17
-from typing_extension import Self
+from typing_extensions import Self
18
19
20
class KeyOutputKey(BaseModel):
0 commit comments