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 dd58d4f commit 7621801Copy full SHA for 7621801
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.11.0 - 2025-11-04
11
+
12
### Changed
13
14
- AI Guard: `entities` from Redact is now an optional field.
packages/pangea-sdk/pangea/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "6.10.0"
+__version__ = "6.11.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.10.0"
+version = "6.11.0"
description = "Pangea API SDK"
5
authors = [
6
{name = "Glenn Gallien", email = "glenn.gallien@pangea.cloud"}
0 commit comments