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 eea2858 commit 73f95cbCopy full SHA for 73f95cb
src/inferencesh/sdk.py
@@ -1,5 +1,5 @@
1
from typing import Optional, Union, ClassVar
2
-from pydantic import BaseModel, ConfigDict, PrivateAttr
+from pydantic import BaseModel, ConfigDict, PrivateAttr, model_validator
3
import mimetypes
4
import os
5
import urllib.request
0 commit comments