Cognite-sdk

Latest version: v7.74.3

Safety actively analyzes 724372 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 38 of 106

7.17.1

Fixed
- An (extreme) edge case where an empty, unnecessary API request for datapoints would be sent leading to a `CogniteAPIError`.
- Certain granularity inputs (when using the `DatapointsAPI`) no longer cause a `ValueError` to be raised with confusing/wrong wording.

7.17.0

Fixed
- Calls to `AnnotationsAPI.[list|retrieve|retrieve_multiple|reverse_lookup]` are now retried automatically.
- Calls to `AnnotationsAPI.reverse_lookup` now also accept the standard values (`-1, inf`) to indicate 'no limit'.
Improved
- Calls to `AnnotationsAPI.list` with more than 1000 `annotated_resource_ids` are now batched automatically for the user.
Previously these would raise an API error.

7.16.0

Added
- When listing instances (and when using `search`, `aggregate` and `histogram`), a new `space` parameter has been added;
you may pass either a single space identifier (or a list of several). Note that this is just for convenience, using
`filter` still works (and is necessary for more complex queries).
- New convenience filter, `SpaceFilter`, makes filtering on space simpler.

7.15.1

Fixed
- When calling `to_pandas` with `expand_properties=True` on an instance or instance list with no properties, the SDK will
no longer raise ValueError, but drop the empty properties row/column.

7.15.0

Improved
- Only run pypi version check once, despite instantiating multiple clients. And make it async too.

7.14.0

Changed
- Helper methods to get related resources on `Asset` class now accept `asset_ids` as part of keyword arguments.
Added
- Helper methods to get related resources on `AssetList` class now accept keyword arguments that are passed on to
the list endpoint (for server-side filtering).

Page 38 of 106

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.