Skip to content

v0.5.0

Compare
Choose a tag to compare
@jayqi jayqi released this 30 Jul 01:46
· 44 commits to main since this release
adab9ba
  • Removed support for Python 3.6. (Issue #51, PR #56)
  • Added support for modules as inputs to all entrypoints to diagram creation (create, draw, to_dot, CLI). For all modules passed, erdantic will find all supported data model classes in each module. (Issue #23, PR #58)
    • Added new parameter limit_search_models_to to all entrypoints to allow for limiting which data model classes will be yielded from searching a module.