Skip to content

Commit

Permalink
release/v0.40.0 (#843)
Browse files Browse the repository at this point in the history
Co-authored-by: lia-viam <[email protected]>
  • Loading branch information
github-actions[bot] and lia-viam authored Feb 10, 2025
1 parent f01c717 commit b67f405
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/viam/app/data_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,8 @@ async def tabular_data_by_mql(
Args:
organization_id (str): The ID of the organization that owns the data.
You can obtain your organization ID from the Viam app's organization settings page.
query (Union[List[bytes], List[Dict[str, Any]]]): The MQL query to run, as a list of MongoDB aggregation pipeline stages.
Note: Each stage can be provided as either a dictionary or raw BSON bytes, but support for bytes will be removed in the future,
query (Union[List[bytes], List[Dict[str, Any]]]): The MQL query to run, as a list of MongoDB aggregation pipeline stages.
Note: Each stage can be provided as either a dictionary or raw BSON bytes, but support for bytes will be removed in the future,
so using a dictionary is preferred.
Returns:
Expand Down
2 changes: 1 addition & 1 deletion src/viam/version_metadata.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.39.0"
__version__ = "0.40.0"

API_VERSION = "v0.1.391"
SDK_VERSION = __version__

0 comments on commit b67f405

Please sign in to comment.