Cognite-sdk

Latest version: v7.74.1

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

Scan your dependencies

Page 22 of 106

7.53.4

Added
- `FilesAPI.upload_bytes` and `FilesAPI.upload` are updated to be compatible with Private Link projects.

7.53.3

Added
- [Feature Preview - alpha] Support for `instanceId` in the `client.time_series` `.retrieve`, `.retrieve_multiple`,
and `.update` methods. This is an experimental feature and may change without warning.

7.53.2

Fixed
- If you derived from `TypedNode` or `TypedEdge`, and then derived the `load` method would not include the parent
class properties. Same if you used multiple inheritance. This is now fixed.
Added
- [Feature Preview - alpha] Core Model, available `cognite.client.data_classes import cdm`.

7.53.1

Fixed
- In the new `retrieve_nodes` and `retrieve_edges` methods in the `client.data_modeling.instances` module, if you
give the identifier of a single node or edge, you will now get a single `TypedNode` or `TypedEdge` instance back.

7.53.0

Added
- New classes `TypedNode` and `TypedEdge` (in addition to `TypedNodeApply` and `TypedEdgeApply`) to be used as
base classes for user created classes that represent nodes and edges with properties in a specific view. For example,
is you have a view `Person` with properties `name` and `age`, you can create a class `Person` that inherits from
`TypedNode` and add properties `name` and `age` to it. This class can then be used with the
`client.data_modeling.instances.retrieve(..)`, `.apply(...)`, `.list(...)` and `.search(...)` methods.

7.52.3

Added
- Added `partitions` parameter to `retrieve_dataframe()` method of the `RawRowsAPI`.

Page 22 of 106

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.