-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Data model centric support in transformation (#126)
* Update CHANGELOG version 2.3.8 note * Update __init__.py * Update pyproject.toml cognite-sdk version 6.1.2 * poetry lock
- Loading branch information
1 parent
420c898
commit 85e7551
Showing
4 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "2.3.7" | ||
__version__ = "2.3.8" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "cognite-transformations-cli" | ||
version = "2.3.7" | ||
version = "2.3.8" | ||
description = "A CLI for the Transformations service in CDF" | ||
authors = ["Mathias Lohne <[email protected]>", "Emel Varol <[email protected]>", "Einar Marstrander Omang <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
@@ -30,7 +30,7 @@ types-retry = "^0.1.5" | |
tabulate = "^0.8.9" | ||
types-tabulate = "^0.8.3" | ||
sqlparse = "^0.4.2" | ||
cognite-sdk = "6.1.10" | ||
cognite-sdk = "6.2.1" | ||
regex = "^2021.11.10" | ||
dacite = "^1.6.0" | ||
python-dotenv = "^0.21.0" | ||
|