File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " predicate-authority"
7- version = " 0.2 .0"
7+ version = " 0.3 .0"
88description = " Deterministic pre-execution authority layer for AI agents."
99readme = " README.md"
1010requires-python = " >=3.11"
@@ -16,7 +16,7 @@ classifiers = [
1616 " Typing :: Typed" ,
1717]
1818dependencies = [
19- " predicate-contracts>=0.1.0,<0.3 .0" ,
19+ " predicate-contracts>=0.1.0,<0.4 .0" ,
2020 " pyyaml>=6.0" ,
2121]
2222
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " predicate-contracts"
7- version = " 0.2 .0"
7+ version = " 0.3 .0"
88description = " Shared typed contracts for Predicate authority and integrations."
99readme = " README.md"
1010requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments