File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2323 - name : Install PocketIC server
2424 uses : dfinity/pocketic@main
2525 with :
26- pocket-ic-server-version : " 10 .0.0"
26+ pocket-ic-server-version : " 13 .0.0"
2727
2828 - name : Create python environment and run tests and examples
2929 run : |
Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99## Unreleased
1010
11+ ## 3.1.2 - 2026-03-23
12+
13+ ### Added
14+ - Support for PocketIC server version 13.0.0
15+
16+
17+
1118## 3.1.1 - 2025-09-12
1219
1320### Added
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ def _json(self) -> dict:
128128 "sns" : self .sns ,
129129 "system" : self .system ,
130130 "verified_application" : self .verified_application ,
131+ "cloud_engine" : [],
131132 },
132133 "state_dir" : self .state_dir ,
133134 "log_level" : None ,
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pocket_ic"
3- version = " 3.1.1 "
3+ version = " 3.1.2 "
44description = " PocketIC: A Canister Smart Contract Testing Platform"
55authors = [
66 " The Internet Computer Project Developers <dept-testing_&_verification@dfinity.org>" ,
You can’t perform that action at this time.
0 commit comments