Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Changes are grouped as follows
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## 7.11.6

### Fixed
* Locked the SDK version to <8 since we don't (yet) support that. Moving to the new SDK as a base would require a breaking change and will be done in a major release.

## 7.11.5

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cognite-extractor-utils"
version = "7.11.5"
version = "7.11.6"
description = "Utilities for easier development of extractors for CDF"
authors = [
{name = "Mathias Lohne", email = "mathias.lohne@cognite.com"}
Expand All @@ -15,7 +15,7 @@ classifiers = [
]

dependencies = [
"cognite-sdk>=7.90.0",
"cognite-sdk>=7.90.0,<8.0.0",
"prometheus-client>=0.7.0,<=1.0.0",
"arrow>=1.0.0",
"pyyaml>=5.3.0,<7",
Expand Down
Loading