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 b04c4d4 commit 5c38294Copy full SHA for 5c38294
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.5.0beta1 - 2025-07-28
11
+
12
### Added
13
14
- AI Guard: multimodal guard.
packages/pangea-sdk/pangea/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "6.2.0beta2"
+__version__ = "6.5.0beta1"
2
3
from pangea.asyncio.request import PangeaRequestAsync
4
from pangea.config import PangeaConfig
packages/pangea-sdk/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "pangea-sdk"
-version = "6.2.0beta2"
+version = "6.5.0beta1"
description = "Pangea API SDK"
5
authors = [
6
{name = "Glenn Gallien", email = "glenn.gallien@pangea.cloud"}
0 commit comments