| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-07 | 578 Bytes | |
| v2.9.22 -- hotfix IFC conversion source code.tar.gz | 2026-05-07 | 458.7 MB | |
| v2.9.22 -- hotfix IFC conversion source code.zip | 2026-05-07 | 460.4 MB | |
| Totals: 3 Items | 919.2 MB | 0 | |
Hotfix
Reverts v2.9.21's default_response_class=ORJSONResponse. orjson rejects NaN/Infinity floats by default — DDC cad2data BIM elements can emit NaN bbox coordinates for degenerate geometry, which broke IFC element-list responses with a 500 and surfaced as "IFC conversion broken" in the UI (RVT was unaffected). FastAPI's own deprecation warning had already flagged the override as unnecessary because the Pydantic-direct JSON path is faster than ORJSONResponse.
orjson is still used by handlers that explicitly opt in (e.g. the non-finite-float request middleware).