Skip to content

Commit 9fbed7c

Browse files
authored
fix: cloud_engine in subnet_config_set and release v3.1.2 (#83)
1 parent f004113 commit 9fbed7c

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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: |

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pocket_ic/subnet_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pocket_ic"
3-
version = "3.1.1"
3+
version = "3.1.2"
44
description = "PocketIC: A Canister Smart Contract Testing Platform"
55
authors = [
66
"The Internet Computer Project Developers <dept-testing_&_verification@dfinity.org>",

0 commit comments

Comments
 (0)