Benjamin Admin
c530898963
CI/CD / go-lint (push) Has been skipped
CI/CD / python-lint (push) Has been skipped
CI/CD / nodejs-lint (push) Has been skipped
CI/CD / test-go-ai-compliance (push) Successful in 37s
CI/CD / test-python-backend-compliance (push) Successful in 35s
CI/CD / test-python-document-crawler (push) Successful in 24s
CI/CD / test-python-dsms-gateway (push) Successful in 19s
CI/CD / validate-canonical-controls (push) Successful in 12s
CI/CD / deploy-hetzner (push) Has been cancelled
fix: replace Python 3.10+ union type syntax with typing.Optional for Pydantic v2 compat
...
from __future__ import annotations breaks Pydantic BaseModel runtime type
evaluation. Replaced str | None → Optional[str], list[str] → List[str] etc.
in control_generator.py, anchor_finder.py, control_generator_routes.py.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-13 09:36:14 +01:00
..
2026-03-07 19:00:33 +01:00
2026-03-13 09:03:37 +01:00
2026-03-07 19:00:33 +01:00
2026-03-07 19:00:33 +01:00
2026-03-07 19:00:33 +01:00
2026-03-13 00:28:21 +01:00
2026-03-07 19:00:33 +01:00
2026-03-07 19:00:33 +01:00
2026-03-09 23:48:15 +01:00
2026-03-04 17:43:29 +01:00
2026-03-07 19:00:33 +01:00
2026-03-13 09:36:14 +01:00
2026-03-07 19:00:33 +01:00
2026-03-07 23:25:25 +01:00
2026-03-07 17:07:43 +01:00
2026-03-07 19:00:33 +01:00
2026-03-07 19:00:33 +01:00
2026-03-03 11:54:25 +01:00
2026-03-07 19:00:33 +01:00
2026-03-07 17:07:43 +01:00
2026-03-07 19:00:33 +01:00
2026-03-07 19:00:33 +01:00
2026-03-08 22:53:29 +01:00
2026-03-06 07:31:55 +01:00
2026-03-07 19:00:33 +01:00
2026-03-07 23:25:25 +01:00
2026-03-07 19:00:33 +01:00
2026-03-07 19:00:33 +01:00
2026-03-07 17:07:43 +01:00
2026-03-03 18:04:53 +01:00
2026-03-07 17:07:43 +01:00
2026-03-09 17:48:02 +01:00
2026-03-07 17:07:43 +01:00
2026-03-07 19:00:33 +01:00
2026-03-07 23:25:25 +01:00
2026-03-07 19:00:33 +01:00
2026-03-07 17:07:43 +01:00
2026-03-07 19:00:33 +01:00
2026-03-07 14:12:34 +01:00
2026-03-07 19:00:33 +01:00
2026-03-07 19:00:33 +01:00
2026-03-07 19:00:33 +01:00
2026-03-07 19:00:33 +01:00
2026-03-09 20:01:27 +01:00