feat: prepare postgres sbom cutover

Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a028f0-a42f-7582-89a8-ebaad7343834
This commit is contained in:
tegwick 2026-08-22 13:14:24 +02:00
parent cf7e3acb78
commit ba535e1f8f
26 changed files with 1573 additions and 411 deletions

View file

@ -9,9 +9,12 @@ description = "SBOM capture, history, evaluation, and bounded catch-up service"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"alembic>=1.14",
"fastapi>=0.115",
"pydantic>=2.10",
"psycopg[binary]>=3.2",
"pyyaml>=6.0",
"sqlalchemy>=2.0",
"uvicorn>=0.34",
]