Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/api/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pyhanko>=0.36.2 # PAdES certificate-based PDF digital signatures (esi
pypdf>=6.16.1 # CVE-2026-84310/-84311 floor (-84309 fixed in 6.16.0, so 6.16.1 clears all three; was 6.15.0 for -71852/-71870, 6.14.2 for -59935/-59936); contract/spec text extraction for the review engine (review.py)
defusedxml>=0.7.1 # XXE / billion-laughs hardening for untrusted CityGML parsing (citygml.py)
pyarrow>=16.0 # columnar Parquet export of the model element set (model_query.to_parquet)
signxml>=3.2 # SAML 2.0 assertion XML-DSig signature verification (saml.py)
signxml>=5.1.0 # SAML 2.0 assertion XML-DSig signature verification (saml.py)
ezdxf>=1.1 # DXF quantity takeoff — 2D CAD estimating (dxf_takeoff.py); MIT, pure-Python

# --- caching ---
Expand Down
Loading