Fixed - NodeList and EdgeList (and subclasses) now support using `.get` with an `external_id` as a shortcut over using `instance_id`. When the `external_id` is ambiguous (non-unique, multiple spaces), a ValueError is raised. Thus, using `external_id` is no longer deprecated.
7.63.2
Fixed - Setting up interactive `OAuthInteractive` sessions no longer raises `TypeError` as the lower bound for the `msal` dependency has been increased to `1.31`.
7.63.1
Fixed - [Feature Preview - alpha] Dumping `HostedExtractor` `Job` and `Source` data classes creates valid JSON/YAML even when unknown fields are present.
7.63.0
Removed - Dropped support for Python 3.8 and 3.9.
7.62.8
Added - [Feature Preview - alpha] Support for `PostgresGateway` `Users` `client.postegres_gateway.users`.
7.62.7
Fixed - Several bugfixes for the filter `InAssetSubtree`: - No longer causes `CogniteAPIError` when used, by accepting a list of values rather than a single value. - Loading via `Filter.load` now works as expected (a regression introduced in 7.38.3).