Cognite-sdk

Latest version: v7.43.3

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

Scan your dependencies

Page 29 of 80

6.23.0

Added
- Supporting for deleting constraints and indexes on containers.

Changed
- The abstract class `Index` can no longer be instantiated. Use BTreeIndex or InvertedIndex instead.

6.22.0

Added
- `client.data_modeling.instances.subscribe` which lets you subscribe to a given
data modeling query and receive updates through a provided callback.
- Example on how to use the subscribe method to sync nodes to a local sqlite db.

6.21.1

Fixed
- Concurrent usage of the `CogniteClient` could result in API calls being made with the wrong value for `api_subversion`.

6.21.0

Added
- Supporting pattern mode and extra configuration for diagram detect in beta.

6.20.0

Fixed
- When creating functions with `client.functions.create` using the `folder` argument, a trial-import is executed as part of
the verification process. This could leave leftover modules still in scope, possibly affecting subsequent calls. This is
now done in a separate process to guarantee it has no side-effects on the main process.
- For pyodide/WASM users, a backup implementation is used, with an improved cleanup procedure.

Added
- The import-check in `client.functions.create` (when `folder` is used) can now be disabled by passing
`skip_folder_validation=True`. Basic validation is still done, now additionally by parsing the AST.

6.19.0

Added
- Now possible to retrieve and update translation and scale of 3D model revisions.

Page 29 of 80

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.