We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ccb59 commit 6cfd458Copy full SHA for 6cfd458
2 files changed
predicate_authority/pyproject.toml
@@ -16,7 +16,7 @@ classifiers = [
16
"Typing :: Typed",
17
]
18
dependencies = [
19
- "predicate-contracts>=0.1.0,<0.2.0",
+ "predicate-contracts>=0.1.0,<0.3.0",
20
"pyyaml>=6.0",
21
22
predicate_contracts/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "predicate-contracts"
7
-version = "0.1.0"
+version = "0.2.0"
8
description = "Shared typed contracts for Predicate authority and integrations."
9
readme = "README.md"
10
requires-python = ">=3.11"
0 commit comments