File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff 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.2.0beta2 - 2025-05-22
11+
1012### Added
1113
1214- AI Guard: config APIs.
Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ the same compatibility guarantees as stable releases.
4040Via pip:
4141
4242``` bash
43- $ pip3 install pangea-sdk==6.2.0b1
43+ $ pip3 install pangea-sdk==6.2.0b2
4444```
4545
4646Via poetry:
4747
4848``` bash
49- $ poetry add pangea-sdk==6.2.0b1
49+ $ poetry add pangea-sdk==6.2.0b2
5050```
5151
5252## Usage
Original file line number Diff line number Diff line change 1- __version__ = "6.2.0beta1 "
1+ __version__ = "6.2.0beta2 "
22
33from pangea .asyncio .request import PangeaRequestAsync
44from pangea .config import PangeaConfig
Original file line number Diff line number Diff line change 11[project ]
22name = " pangea-sdk"
3- version = " 6.2.0beta1 "
3+ version = " 6.2.0beta2 "
44description = " Pangea API SDK"
55authors = [
66 {name = " Glenn Gallien" , email = " glenn.gallien@pangea.cloud" }
You can’t perform that action at this time.
0 commit comments