Skip to content

Commit 373b6d7

Browse files
chore(master): release cognite-sdk-python 8.0.7 (#2564)
1 parent 5573478 commit 373b6d7

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.0.6"
2+
".": "8.0.7"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ As of 2025-08-29, changes are grouped as follows
1313
- 🐛 Bug Fixes: Bug fixes.
1414
- ⚡ Improvements: Transparent changes, e.g. better performance.
1515

16+
## [8.0.7](https://github.com/cognitedata/cognite-sdk-python/compare/cognite-sdk-python-v8.0.6...cognite-sdk-python-v8.0.7) (2026-04-10)
17+
18+
19+
### Bug Fixes
20+
21+
* runtime issue in notebooks when using python 3.14 (DM-3678) ([#2560](https://github.com/cognitedata/cognite-sdk-python/issues/2560)) ([5573478](https://github.com/cognitedata/cognite-sdk-python/commit/55734782f18348a2e8e1fcd9a16366d105ac7fba))
22+
1623
## [8.0.6] - 2026-04-08
1724
### Fixed
1825
- Filters are hashable again (regression introduced in 8.0.0). Be aware that they compare and hash based on identity (as before).

cognite/client/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from __future__ import annotations
22

3-
__version__ = "8.0.6" # x-release-please-version
3+
__version__ = "8.0.7" # x-release-please-version
44

55
__api_subversion__ = "20230101"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cognite-sdk"
3-
version = "8.0.6"
3+
version = "8.0.7"
44

55
description = "Cognite Python SDK"
66
readme = "README.md"

0 commit comments

Comments
 (0)