Skip to content

Commit a4f745d

Browse files
authored
Merge pull request #641 from Labelbox/develop
3.25.1
2 parents 6b5955d + 0933c82 commit a4f745d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "labelbox"
2-
__version__ = "3.25.0"
2+
__version__ = "3.25.1"
33

44
from labelbox.client import Client
55
from labelbox.schema.project import Project

labelbox/schema/bulk_import_request.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
Type, Set, TYPE_CHECKING)
1616

1717
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
2018
from labelbox.orm.model import Entity
2119
from labelbox import utils
2220
from labelbox.orm import query
@@ -606,7 +604,7 @@ class DataRow(BaseModel):
606604

607605

608606
class NDFeatureSchema(BaseModel):
609-
schemaId: Optional[Cuid] = None
607+
schemaId: Optional[str] = None
610608
name: Optional[str] = None
611609

612610
@root_validator

0 commit comments

Comments
 (0)