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 1
1
name = "labelbox"
2
- __version__ = "3.25.0 "
2
+ __version__ = "3.25.1 "
3
3
4
4
from labelbox .client import Client
5
5
from labelbox .schema .project import Project
Original file line number Diff line number Diff line change 15
15
Type , Set , TYPE_CHECKING )
16
16
17
17
from 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
20
18
from labelbox .orm .model import Entity
21
19
from labelbox import utils
22
20
from labelbox .orm import query
@@ -606,7 +604,7 @@ class DataRow(BaseModel):
606
604
607
605
608
606
class NDFeatureSchema (BaseModel ):
609
- schemaId : Optional [Cuid ] = None
607
+ schemaId : Optional [str ] = None
610
608
name : Optional [str ] = None
611
609
612
610
@root_validator
You can’t perform that action at this time.
0 commit comments