Skip to content

Commit 11f26a4

Browse files
author
gdj0nes
committed
FIX: type conversion
1 parent 11cbafb commit 11f26a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/data_row_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class DataRowMetadataBatchResponse(_CamelCaseMixin):
8787
# Bulk upsert values
8888
class _UpsertDataRowMetadataInput(_CamelCaseMixin):
8989
schema_id: str
90-
value: _DataRowMetadataValuePrimitives
90+
value: Any
9191

9292

9393
# Batch of upsert values for a datarow

0 commit comments

Comments
 (0)