Skip to content

Commit d1e7307

Browse files
chore(master): release 7.88.0 (#2374)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent f356839 commit d1e7307

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ 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+
## [7.88.0](https://github.com/cognitedata/cognite-sdk-python/compare/v7.87.0...v7.88.0) (2025-10-22)
17+
18+
19+
### Features
20+
21+
* add labels property to agents SDK ([#2372](https://github.com/cognitedata/cognite-sdk-python/issues/2372)) ([489c703](https://github.com/cognitedata/cognite-sdk-python/commit/489c703aa70530559546d36e8063cbe2d0c0149a))
22+
23+
24+
### Documentation
25+
26+
* fix agent_id to agent_external_id in chat() docstring examples ([#2373](https://github.com/cognitedata/cognite-sdk-python/issues/2373)) ([787926e](https://github.com/cognitedata/cognite-sdk-python/commit/787926ed7d939e3ad51c9e83040541dff792ed35))
27+
1628
## [7.87.0](https://github.com/cognitedata/cognite-sdk-python/compare/v7.86.0...v7.87.0) (2025-10-15)
1729

1830

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__ = "7.87.0" # x-release-please-version
3+
__version__ = "7.88.0" # 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 = "7.87.0"
3+
version = "7.88.0"
44

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

0 commit comments

Comments
 (0)