Skip to content

0.46.0

Choose a tag to compare

@github-actions github-actions released this 06 Jan 19:46
· 76 commits to main since this release
c678555

Release notes

Breaking changes

  • Added DBNRecord union type to Python which includes all record types
  • Removed Record class from Python type stubs to match code: the record classes don't
    share a base class. Use DBNRecord instead.
  • Removed _DBNRecord union type alias which only existed in typestub and wasn't
    importable. Use DBNRecord | Metadata instead