Skip to content

Commit

Permalink
feat: update cognite sdk (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
toondaey authored Sep 4, 2024
1 parent 7e234b4 commit 0927cec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,17 @@ Changes are grouped as follows
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## 7.4.1

### Changed

* Updated cognite sdk version



## 7.4.0

## Added
### Added

* Upload to Core DM/Classic file.

Expand Down
2 changes: 1 addition & 1 deletion cognite/extractorutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
Cognite extractor utils is a Python package that simplifies the development of new extractors.
"""

__version__ = "7.3.0"
__version__ = "7.4.1"
from .base import Extractor
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cognite-extractor-utils"
version = "7.4.0"
version = "7.4.1"
description = "Utilities for easier development of extractors for CDF"
authors = ["Mathias Lohne <mathias.lohne@cognite.com>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -58,7 +58,7 @@ exclude = "tests/*"

[tool.poetry.dependencies]
python = "^3.9.0"
cognite-sdk = "^7.54.17"
cognite-sdk = "^7.58.4"
prometheus-client = ">0.7.0, <=1.0.0"
arrow = "^1.0.0"
pyyaml = ">=5.3.0, <7"
Expand Down

0 comments on commit 0927cec

Please sign in to comment.