Skip to content

Commit bfff314

Browse files
committed
pangea-sdk: publish v6.4.0
1 parent e1d9d55 commit bfff314

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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.4.0 - 2025-07-28
11+
1012
### Changed
1113

1214
- AI Guard: updates to language and topic detectors.

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.3.0"
1+
__version__ = "6.4.0"
22

33
from pangea.asyncio.request import PangeaRequestAsync
44
from pangea.config import PangeaConfig

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

0 commit comments

Comments
 (0)