Skip to content

Commit ef388ae

Browse files
committed
pangea-sdk: publish v5.5.1
1 parent e040164 commit ef388ae

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+
## 5.5.1 - 2025-02-17
11+
1012
### Changed
1113

1214
- Prompt Guard: `confidence` is now a float.

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

0 commit comments

Comments
 (0)