Skip to content

Commit 07c96a2

Browse files
authored
Merge pull request #13 from IntentProof/bot/spec-pin-spec-v2.0.0
chore(spec): adopt spec-v2.0.0 pin
2 parents 57e9dfa + dfab202 commit 07c96a2

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ dev = [
4646

4747
[tool.intentproof]
4848
# Must match vendored intentproof-spec spec.json + git HEAD — enforced by scripts/check-sdk-spec-pin.sh
49-
spec-version = "spec-v1.0.1"
50-
spec-commit = "74ea3a23ea80dbe6549338d0612b543a26ebbaf1"
49+
spec-version = "spec-v2.0.0"
50+
spec-commit = "dd6369f3de1ac69027087b8bcc6ac18c641f1947"
5151

5252
[project.urls]
5353
Homepage = "https://github.com/IntentProof/intentproof-sdk-python"
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"aggregate": "231faf8e1f8b2521a5b625d75f5483349b034e46aa77e1b0d0daea1a33ea311b",
2+
"aggregate": "8a16f113ea55aeb256ba0bea9bbe58a25c9da9c43ff69463237c9dc79dab3970",
33
"algorithm": "sha256",
44
"files": {
5+
"schema/conformance_certificate.v2.schema.json": "13193ce343fded057ec85eef3a1d003d7aefcb2580ad3b53e15289c4c2ebf1c5",
56
"schema/conformance_report.v1.schema.json": "1b31f373a5c92b06b4dda314f0fba3714da3a24d662952f5f47c4eac0470da59",
67
"schema/execution_event.v1.schema.json": "af4ab9587d7a8fc0ce23812abcf9041b504aed21e6b39284637c90f03bf950c2",
78
"schema/intentproof_config.v1.schema.json": "540fe847e568826f98206d91547bd50c1dc787bcbd483754956df4cfc5852994",
@@ -11,5 +12,5 @@
1112
"name": "datamodel-code-generator",
1213
"version": "0.56.1"
1314
},
14-
"specVersion": "spec-v1.0.1"
15+
"specVersion": "spec-v2.0.0"
1516
}

0 commit comments

Comments
 (0)