Skip to content

v1.5.1

Compare
Choose a tag to compare
@aaazzam aaazzam released this 28 Sep 23:40
· 1230 commits to main since this release
e15186a

v1.5.1 fixes an import error that required pydantic-settings as a dependency.

Marvin is fully backwards compatible with Pydantic v1 and v2.

  • For Pydantic v2 users, pydantic-setting is a required dependency.
  • Since pypi does not support conditional imports, users on pydantic v2 will be prompted to pip install pydantic-settings.