Harden redaction-pressure reward and provenance

This commit is contained in:
2026-08-19 00:52:56 -07:00
parent c28d864766
commit 9f8768acca
14 changed files with 825 additions and 155 deletions
+6 -4
View File
@@ -5,8 +5,8 @@ resolution-markers = [
"python_full_version >= '3.14' and sys_platform == 'win32'",
"python_full_version >= '3.14' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.14' and sys_platform == 'win32'",
"python_full_version < '3.12' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.14' and sys_platform != 'win32'",
"python_full_version < '3.12' and sys_platform == 'win32'",
"python_full_version < '3.12' and sys_platform != 'win32'",
]
@@ -2308,17 +2308,19 @@ wheels = [
[[package]]
name = "redaction-pressure"
version = "0.1.0"
version = "0.2.0"
source = { editable = "." }
dependencies = [
{ name = "pydantic" },
{ name = "regex" },
{ name = "verifiers" },
]
[package.metadata]
requires-dist = [
{ name = "regex" },
{ name = "verifiers" },
{ name = "pydantic", specifier = "==2.13.4" },
{ name = "regex", specifier = "==2026.7.19" },
{ name = "verifiers", specifier = "==0.3.0" },
]
[[package]]