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 be32097 commit 29ecea5Copy full SHA for 29ecea5
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.2.0 - 2025-06-25
11
+
12
### Changed
13
14
- AI Guard: `messages` parameter is no longer a generic. A new `Message` model
packages/pangea-sdk/pangea/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "6.1.1"
+__version__ = "6.2.0"
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.1.1"
+version = "6.2.0"
description = "Pangea API SDK"
5
authors = [
6
{name = "Glenn Gallien", email = "glenn.gallien@pangea.cloud"}
0 commit comments