Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "7.91.1"
".": "7.91.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ As of 2025-08-29, changes are grouped as follows
- 🐛 Bug Fixes: Bug fixes.
- ⚡ Improvements: Transparent changes, e.g. better performance.

## [7.91.2](https://github.com/cognitedata/cognite-sdk-python/compare/cognite-sdk-python-v7.91.1...cognite-sdk-python-v7.91.2) (2026-01-23)


### Bug Fixes

* Fix how paths are concatenated in _get_base_url_with_base_path to handle urls with gateway ([#2448](https://github.com/cognitedata/cognite-sdk-python/issues/2448)) ([88c64f5](https://github.com/cognitedata/cognite-sdk-python/commit/88c64f5a69b7b7c232f82e3a10390561c295cb26))

## [7.91.1](https://github.com/cognitedata/cognite-sdk-python/compare/cognite-sdk-python-v7.91.0...cognite-sdk-python-v7.91.1) (2026-01-13)


Expand Down
2 changes: 1 addition & 1 deletion cognite/client/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import annotations

__version__ = "7.91.1" # x-release-please-version
__version__ = "7.91.2" # x-release-please-version

__api_subversion__ = "20230101"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cognite-sdk"
version = "7.91.1"
version = "7.91.2"

description = "Cognite Python SDK"
readme = "README.md"
Expand Down