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