Skip to content

v0.21.0

Latest

Choose a tag to compare

@bjrichardwebster bjrichardwebster released this 29 Oct 18:41
· 1 commit to master since this release
6addd20

v0.21.0

This release adds Pydantic V2 support to the Plugfigurable class and updates
development dependencies.

Updates / New Features

Features

  • Enable Pydantic V2 support for the :class:~smqtk_core.Plugfigurable class

Dependencies

  • Updated locked version of mypy (0.991 -> 1.17.1) as the previous version was
    getting old and presenting invalid warnings.

Fixes