We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a9d96 commit 33ada51Copy full SHA for 33ada51
src/viam/app/data_client.py
@@ -14,7 +14,6 @@
14
AddBinaryDataToDatasetByIDsRequest,
15
AddBoundingBoxToImageByIDRequest,
16
AddBoundingBoxToImageByIDResponse,
17
- UpdateBoundingBoxRequest,
18
AddTagsToBinaryDataByFilterRequest,
19
AddTagsToBinaryDataByIDsRequest,
20
BinaryData,
@@ -68,6 +67,7 @@
68
67
TabularDataSourceType,
69
TagsByFilterRequest,
70
TagsByFilterResponse,
+ UpdateBoundingBoxRequest,
71
)
72
from viam.proto.app.datapipelines import (
73
CreateDataPipelineRequest,
src/viam/version_metadata.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.71.0"
+__version__ = "0.71.1"
2
3
API_VERSION = "v0.1.523"
4
SDK_VERSION = __version__
0 commit comments