Skip to content

0.3.1

Compare
Choose a tag to compare
@abkfenris abkfenris released this 20 Jul 16:09
· 40 commits to main since this release
e26418f

Thanks to @xaviernogueira for making a few tweaks for Pydantic v2 compatability!

Plugin authors should make sure they have all their fields typed for Pydantic v2 compatability, especially where they are overriding the Plugin class.

class MyPlugin(Plugin)
-    name = "mine"
+    name: str = "mine"  

What's Changed

New Contributors

Full Changelog: 0.3.0...0.3.1