Commits
Click on a commit to change the comparison rangeAdd dynamic model generation support Add dynamic model generation support Move dynamic model generation to separate module with lazy import Move imports to top level except circular import avoidance Add create_module_getattr helper for DRY lazy imports Move dynamic.py imports to top level and use direct import in __init__.py Add multi-module support and simplify thread lock Refactor tests with assert helpers and DRY patterns Refactor to use stable_toposort and ast-based import parsing Refactor tests to use model_validate assertions Add generate_and_validate helper with inline-snapshot Use assert_dynamic_models helper with external_file Fix test helper to use external_file for JSON comparison Remove inline comment from test helper Extract OpenAPI schema to external file Add tests to achieve 100% coverage for dynamic.py Fix thread safety issues in dynamic model generation Refactor cache key to preserve list order and remove dead code Make dynamic module imports lazy Add dynamic model generation to docs navigation