Skip to content

Commit 7621801

Browse files
committed
pangea-sdk: publish v6.11.0
1 parent dd58d4f commit 7621801

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.11.0 - 2025-11-04
11+
1012
### Changed
1113

1214
- AI Guard: `entities` from Redact is now an optional field.

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.10.0"
1+
__version__ = "6.11.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.10.0"
3+
version = "6.11.0"
44
description = "Pangea API SDK"
55
authors = [
66
{name = "Glenn Gallien", email = "glenn.gallien@pangea.cloud"}

0 commit comments

Comments
 (0)