We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4d760 commit 36db34eCopy full SHA for 36db34e
packages/pangea-sdk/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## 6.6.0 - 2025-09-02
11
+
12
### Added
13
14
- AI Guard: `only_relevant_content` parameter which allows for sending only
packages/pangea-sdk/pangea/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "6.5.0"
+__version__ = "6.6.0"
2
3
from pangea.config import PangeaConfig
4
from pangea.file_uploader import FileUploader
packages/pangea-sdk/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "pangea-sdk"
-version = "6.5.0"
+version = "6.6.0"
description = "Pangea API SDK"
5
authors = [
6
{name = "Glenn Gallien", email = "glenn.gallien@pangea.cloud"}
0 commit comments