Skip to content

Commit 36db34e

Browse files
committed
pangea-sdk: publish v6.6.0
1 parent ee4d760 commit 36db34e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

packages/pangea-sdk/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 6.6.0 - 2025-09-02
11+
1012
### Added
1113

1214
- AI Guard: `only_relevant_content` parameter which allows for sending only

packages/pangea-sdk/pangea/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "6.5.0"
1+
__version__ = "6.6.0"
22

33
from pangea.config import PangeaConfig
44
from pangea.file_uploader import FileUploader

packages/pangea-sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pangea-sdk"
3-
version = "6.5.0"
3+
version = "6.6.0"
44
description = "Pangea API SDK"
55
authors = [
66
{name = "Glenn Gallien", email = "glenn.gallien@pangea.cloud"}

0 commit comments

Comments
 (0)