diff --git a/CHANGELOG.md b/CHANGELOG.md index 899c1829..1486f876 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ Changes are grouped as follows - `Security` in case of vulnerabilities. +## 7.1.6 + +### Changed + + * Update cognite-sdk version to 7.43.3 + ## 7.1.5 ### Fixed diff --git a/cognite/extractorutils/__init__.py b/cognite/extractorutils/__init__.py index 49baa385..55b536d1 100644 --- a/cognite/extractorutils/__init__.py +++ b/cognite/extractorutils/__init__.py @@ -16,5 +16,5 @@ Cognite extractor utils is a Python package that simplifies the development of new extractors. """ -__version__ = "7.1.5" +__version__ = "7.1.6" from .base import Extractor diff --git a/pyproject.toml b/pyproject.toml index 76907a08..20259895 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cognite-extractor-utils" -version = "7.1.5" +version = "7.1.6" description = "Utilities for easier development of extractors for CDF" authors = ["Mathias Lohne "] license = "Apache-2.0" @@ -53,7 +53,7 @@ exclude = "tests/*" [tool.poetry.dependencies] python = "^3.8.0" -cognite-sdk = "^7.41.0" +cognite-sdk = "^7.43.3" prometheus-client = ">0.7.0, <=1.0.0" arrow = "^1.0.0" pyyaml = ">=5.3.0, <7"