Cognite-sdk

Latest version: v7.74.2

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

Scan your dependencies

Page 82 of 106

2.56.1

Added
- Time series property `is_step` can now be updated.

2.56.0

Added
- added the diagrams API

2.55.0

Fixed
- Improve geospatial documentation and implement better parameter resilience for filter and feature type update

2.54.0

Added
- Allow to set the chunk size when creating or updating geospatial features

2.53.1

Fixed
- Fixed destination type decoding of `transformation.destination`

2.53.0

Added
- Annotations implementation, providing access to the corresponding [Annotations API](https://docs.cognite.com/api/v1/#tag/Annotations).
- Added `Annotation`, `AnnotationFilter`, `AnnotationUpdate` dataclasses to `cognite.client.data_classes`
- Added `annotations` API to `cognite.client.CogniteClient`
- **Create** annotations with `client.annotations.create` passing `Annotation` instance(s)
- **Suggest** annotations with `client.annotations.suggest` passing `Annotation` instance(s)
- **Delete** annotations with `client.annotations.delete` passing the id(s) of annotation(s) to delete
- **Filter** annotations with `client.annotations.list` passing a `AnnotationFilter `dataclass instance or a filter `dict`
- **Update** annotations with `client.annotations.update` passing updated `Annotation` or `AnnotationUpdate` instance(s)
- **Get single** annotation with `client.annotations.retrieve` passing the id
- **Get multiple** annotations with `client.annotations.retrieve_multiple` passing the ids

Changed
- Reverted the optimizations introduced to datapoints fetching in 2.47.0 due to buggy implementation.

Page 82 of 106

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.