Skip to content

Releases: PrefectHQ/marvin

v1.5.1

28 Sep 23:40
e15186a
Compare
Choose a tag to compare

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.

v1.5.0

22 Sep 21:51
f37ad5b
Compare
Choose a tag to compare

What's Changed

  • Introduces fully type-hinted ChatCompletion object, and add support for OpenAI function calling with Claude2 .
  • Compatible for Pydantic V2 and V1 users!
  • Introduction of prompt_fn (see docs https://www.askmarvin.ai/prompting/prompt_function/)
  • fixed runtime settings error affecting ai_classifier

Full Changelog: v1.4.2...v1.5.0

v1.4.2

13 Sep 23:26
e1b2f05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

13 Sep 23:06
8d182a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

12 Sep 20:47
620c637
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.4.0-alpha.2

08 Sep 19:54
3774b95
Compare
Choose a tag to compare
v1.4.0-alpha.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.4.0-alpha.1...v1.4.0-alpha.2

v1.4.0-alpha.1

01 Sep 22:27
9e46f44
Compare
Choose a tag to compare
v1.4.0-alpha.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0-alpha.1

v1.3.0

03 Aug 20:42
33ac87a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

25 Jul 16:20
1bdb7b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

24 Jul 22:50
6bc5ce2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0