Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v1.2.0 Use pydantic BaseModel for MQTTConfig object

Compare
Choose a tag to compare
@sabuhish sabuhish released this 24 Sep 09:55
· 67 commits to master since this release
9f3e4fa

In this release;

  • We are removing the Settings class of pydantic and instead, we are using BaseModel.
  • Some minor typo changes applied
  • These changes enabled pydandic v2
  • Also closes the issue #68 in the repo
  • Some formatting applied

Thanks @azogue for his work on this PR #69