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 e040164 commit ef388aeCopy full SHA for ef388ae
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
+## 5.5.1 - 2025-02-17
11
+
12
### Changed
13
14
- Prompt Guard: `confidence` is now a float.
packages/pangea-sdk/pangea/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "5.5.0"
+__version__ = "5.5.1"
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 = "5.5.0"
+version = "5.5.1"
description = "Pangea API SDK"
5
authors = [
6
{name = "Glenn Gallien", email = "glenn.gallien@pangea.cloud"}
0 commit comments