File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11name = "labelbox"
2- __version__ = "3.25.0 "
2+ __version__ = "3.25.1 "
33
44from labelbox .client import Client
55from labelbox .schema .project import Project
Original file line number Diff line number Diff line change 1515 Type , Set , TYPE_CHECKING )
1616
1717from labelbox import exceptions as lb_exceptions
18- from labelbox .data .annotation_types .types import Cuid
19- from labelbox .data .ontology import get_feature_schema_lookup
2018from labelbox .orm .model import Entity
2119from labelbox import utils
2220from labelbox .orm import query
@@ -606,7 +604,7 @@ class DataRow(BaseModel):
606604
607605
608606class NDFeatureSchema (BaseModel ):
609- schemaId : Optional [Cuid ] = None
607+ schemaId : Optional [str ] = None
610608 name : Optional [str ] = None
611609
612610 @root_validator
You can’t perform that action at this time.
0 commit comments