Fixed - `FilesAPI.upload` when using `geo_location` (serialize error).
7.13.7
Fixed - Type hints for all `.update` and `.upsert` methods accept Write classes in addition to Read and Update classes. - Missing overloading of the `.update` methods on `client.three_d.models.update`, `client.transformations.update`, `client.transformations.schedules.update`, `client.relationships.update`, and `client.data_sets.update`.
7.13.6
Added - Helper method `as_tuple` to `NodeId` and `EdgeId`.
7.13.5
Added - EdgeConnection, MultiEdgeConnection, MultiReverseDirectRelation and their corresponding Apply View dataclasses are now importable from `cognite.client.dataclasses.data_modeling`.
7.13.4
Fixed - When calling `WorkflowExecution.load` not having a `schedule` would raise a `KeyError` even though it is optional. This is now fixed. - When calling `Datapoints.load` not having a `isString` would raise a `KeyError` even though it is optional. This is now fixed. - Most `CogniteResourceList.as_write()` would raise a `CogniteMissingClientError` when called from a class with missing cognite_client. This is now fixed.
7.13.3
Added - `View.as_property_ref` and `Container.as_property_ref` to make it easier to create property references (used to only be available on `ViewId` and `ContainerId`).