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 deca551 commit 9ae4b2cCopy full SHA for 9ae4b2c
src/codegen/sdk/codebase/span.py
@@ -1,6 +1,7 @@
1
from typing import Annotated, Any
2
3
-from pydantic import BaseModel, BeforeValidator, ConfigDict, WithJsonSchema
+from pydantic import BaseModel, ConfigDict, WithJsonSchema
4
+from pydantic.functional_validators import BeforeValidator
5
from pydantic.json_schema import JsonSchemaValue
6
from pydantic_core.core_schema import ValidationInfo
7
from tree_sitter import Point, Range
0 commit comments