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 7050c4e commit 8f4765bCopy full SHA for 8f4765b
src/inferencesh/models/file.py
@@ -7,9 +7,9 @@
7
import hashlib
8
from pathlib import Path
9
from tqdm import tqdm
10
-from pydantic_core import core_schema
11
-from pydantic_core.core_schema import GetJsonSchemaHandler, JsonSchemaValue
12
+from pydantic import GetCoreSchemaHandler, GetJsonSchemaHandler, JsonSchemaValue
+from pydantic_core import CoreSchema, core_schema
13
14
class File(BaseModel):
15
"""A class representing a file in the inference.sh ecosystem."""
0 commit comments