From dbee9856cf8ff2697c9a0fa4d436fe04fc401709 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:51:56 +0000 Subject: [PATCH 1/3] Update dependency cognite-sdk to v7 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a360357b..4eb66f32 100644 --- a/poetry.lock +++ b/poetry.lock @@ -281,13 +281,13 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} [[package]] name = "cognite-sdk" -version = "6.39.6" +version = "7.0.0" description = "Cognite Python SDK" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "cognite_sdk-6.39.6-py3-none-any.whl", hash = "sha256:0b73fa9338591567eb9c58a22c40032bea997de42e7d919d28de9b4d5d2cf93c"}, - {file = "cognite_sdk-6.39.6.tar.gz", hash = "sha256:a9c7df65bf30f414a5859d6d0e70849580fa1d31464b72988da2e4bda9773a9f"}, + {file = "cognite_sdk-7.0.0-py3-none-any.whl", hash = "sha256:a92544390924460c1901986604d7b8105e0933ad2404795c6d2fc08e8f6ddf05"}, + {file = "cognite_sdk-7.0.0.tar.gz", hash = "sha256:b21cc50818c5e94822115b464b6caa1b9709b80d3ca756c1a0cc62ef49dd55b3"}, ] [package.dependencies] @@ -1885,4 +1885,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8617106afb575e699b3cc2d2b48cf9b88b1ceb0bd76ff9eafe6ea7a43baafab0" +content-hash = "be088b28837e2ce53253534755a50e35b6fe25a5d38eb795ebdb93cd906171e7" diff --git a/pyproject.toml b/pyproject.toml index 4ad4b871..e940b6cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ types-retry = "^0.9.0" tabulate = "^0.9.0" types-tabulate = "^0.8.3" sqlparse = "^0.4.2" -cognite-sdk = "6.39.6" +cognite-sdk = "7.0.0" regex = "^2023.0.0" dacite = "^1.6.0" python-dotenv = "^1.0.0" From 73866272c745849858a070df2b0b05d97a492221 Mon Sep 17 00:00:00 2001 From: Dmitry Ivankov Date: Fri, 17 Nov 2023 15:29:12 +0100 Subject: [PATCH 2/3] Update transformations_api.py --- .../transformations_cli/commands/deploy/transformations_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognite/transformations_cli/commands/deploy/transformations_api.py b/cognite/transformations_cli/commands/deploy/transformations_api.py index 121a4586..4364559e 100644 --- a/cognite/transformations_cli/commands/deploy/transformations_api.py +++ b/cognite/transformations_cli/commands/deploy/transformations_api.py @@ -5,6 +5,7 @@ from cognite.client import CogniteClient from cognite.client.data_classes import ( OidcCredentials, + SequenceRows, Transformation, TransformationDestination, TransformationNotification, @@ -17,7 +18,6 @@ EdgeType, Instances, Nodes, - SequenceRows, ViewInfo, ) from cognite.client.exceptions import CogniteAPIError, CogniteDuplicatedError, CogniteNotFoundError From 185bb23466cc45a800835fcfba0704ee207e53e0 Mon Sep 17 00:00:00 2001 From: Dmitry Ivankov Date: Fri, 17 Nov 2023 15:32:11 +0100 Subject: [PATCH 3/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e940b6cf..68919603 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ types-retry = "^0.9.0" tabulate = "^0.9.0" types-tabulate = "^0.8.3" sqlparse = "^0.4.2" -cognite-sdk = "7.0.0" +cognite-sdk = "7.2.0" regex = "^2023.0.0" dacite = "^1.6.0" python-dotenv = "^1.0.0"