Marvin

Latest version: v2.3.8

Safety actively analyzes 682457 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 11

1.4.2

What's Changed
* hotfix logger by zzstoatzz in https://github.com/PrefectHQ/marvin/pull/577


**Full Changelog**: https://github.com/PrefectHQ/marvin/compare/v1.4.1...v1.4.2

1.4.1

What's Changed
* add multi tool ai app example by zzstoatzz in https://github.com/PrefectHQ/marvin/pull/574
* add `BaseChatCompletion.achain` and `chain` by zzstoatzz in https://github.com/PrefectHQ/marvin/pull/576
* add regression test by zzstoatzz in https://github.com/PrefectHQ/marvin/pull/575


**Full Changelog**: https://github.com/PrefectHQ/marvin/compare/v1.4.0...v1.4.1

1.4.0

What's Changed
* 1.3 banner by jlowin in https://github.com/PrefectHQ/marvin/pull/524
* call dict on AnthropicFunctionCall before passing back to Completion by aaazzam in https://github.com/PrefectHQ/marvin/pull/526
* More flexible providers by jlowin in https://github.com/PrefectHQ/marvin/pull/525
* Fix broken link to docs in README.md by discdiver in https://github.com/PrefectHQ/marvin/pull/531
* add temp settings by zzstoatzz in https://github.com/PrefectHQ/marvin/pull/528
* Improve web tools + slackbot by zzstoatzz in https://github.com/PrefectHQ/marvin/pull/529
* add newline to docs to fix list formatting by cicdw in https://github.com/PrefectHQ/marvin/pull/536
* support sync mapping and `ai_fn` async by zzstoatzz in https://github.com/PrefectHQ/marvin/pull/545
* Update pytest-env requirement from ~=0.8 to >=0.8,<2.0 by dependabot in https://github.com/PrefectHQ/marvin/pull/539
* fix transcription by zzstoatzz in https://github.com/PrefectHQ/marvin/pull/547
* ai_model to use ChatCompletion; deprecates ChatLLM by aaazzam in https://github.com/PrefectHQ/marvin/pull/544
* ai_classifier to use ChatCompletion; deprecates ChatLLM by aaazzam in https://github.com/PrefectHQ/marvin/pull/548
* make hello marvin page less verbose and update some examples by zzstoatzz in https://github.com/PrefectHQ/marvin/pull/550
* Fix links to doc by maisim in https://github.com/PrefectHQ/marvin/pull/555
* Streaming AIApplication error with Azure OpenAI API 541 fixed by thanseefpp in https://github.com/PrefectHQ/marvin/pull/560
* Create _compat.py by aaazzam in https://github.com/PrefectHQ/marvin/pull/563
* make sure instructions make it to as_classifier by aaazzam in https://github.com/PrefectHQ/marvin/pull/569
* add dedicated basic examples for ai_fn by aaazzam in https://github.com/PrefectHQ/marvin/pull/568
* document collection utils by zzstoatzz in https://github.com/PrefectHQ/marvin/pull/565
* Delete Untitled19.ipynb by discdiver in https://github.com/PrefectHQ/marvin/pull/562
* Settings to pydantic v2 by aaazzam in https://github.com/PrefectHQ/marvin/pull/564
* `ai_fn.as_prompt` by zzstoatzz in https://github.com/PrefectHQ/marvin/pull/572
* docs fix + QOL parsing stuff (rm parse raw for json.loads) by aaazzam in https://github.com/PrefectHQ/marvin/pull/573

New Contributors
* cicdw made their first contribution in https://github.com/PrefectHQ/marvin/pull/536
* maisim made their first contribution in https://github.com/PrefectHQ/marvin/pull/555
* thanseefpp made their first contribution in https://github.com/PrefectHQ/marvin/pull/560

**Full Changelog**: https://github.com/PrefectHQ/marvin/compare/v1.3.0...v1.4.0

1.4.0alpha.2

What's Changed
* Streaming AIApplication error with Azure OpenAI API 541 fixed by thanseefpp in https://github.com/PrefectHQ/marvin/pull/560

New Contributors
* thanseefpp made their first contribution in https://github.com/PrefectHQ/marvin/pull/560

**Full Changelog**: https://github.com/PrefectHQ/marvin/compare/v1.4.0-alpha.1...v1.4.0-alpha.2

1.4.0alpha.1

What's Changed
* 1.3 banner by jlowin in https://github.com/PrefectHQ/marvin/pull/524
* call dict on AnthropicFunctionCall before passing back to Completion by aaazzam in https://github.com/PrefectHQ/marvin/pull/526
* More flexible providers by jlowin in https://github.com/PrefectHQ/marvin/pull/525
* Fix broken link to docs in README.md by discdiver in https://github.com/PrefectHQ/marvin/pull/531
* add temp settings by zzstoatzz in https://github.com/PrefectHQ/marvin/pull/528
* Improve web tools + slackbot by zzstoatzz in https://github.com/PrefectHQ/marvin/pull/529
* add newline to docs to fix list formatting by cicdw in https://github.com/PrefectHQ/marvin/pull/536
* support sync mapping and `ai_fn` async by zzstoatzz in https://github.com/PrefectHQ/marvin/pull/545
* Update pytest-env requirement from ~=0.8 to >=0.8,<2.0 by dependabot in https://github.com/PrefectHQ/marvin/pull/539
* fix transcription by zzstoatzz in https://github.com/PrefectHQ/marvin/pull/547
* ai_model to use ChatCompletion; deprecates ChatLLM by aaazzam in https://github.com/PrefectHQ/marvin/pull/544
* ai_classifier to use ChatCompletion; deprecates ChatLLM by aaazzam in https://github.com/PrefectHQ/marvin/pull/548
* make hello marvin page less verbose and update some examples by zzstoatzz in https://github.com/PrefectHQ/marvin/pull/550
* Fix links to doc by maisim in https://github.com/PrefectHQ/marvin/pull/555

New Contributors
* cicdw made their first contribution in https://github.com/PrefectHQ/marvin/pull/536
* maisim made their first contribution in https://github.com/PrefectHQ/marvin/pull/555

**Full Changelog**: https://github.com/PrefectHQ/marvin/compare/v1.3.0...v1.4.0-alpha.1

1.3.0

What's Changed
* migrate slackbot by zzstoatzz in https://github.com/PrefectHQ/marvin/pull/509
* Bugfix for 511: fix AIModel.generate by adding an async helper method by lmmx in https://github.com/PrefectHQ/marvin/pull/512
* Update deployment.ipynb by aaazzam in https://github.com/PrefectHQ/marvin/pull/464
* Refactored ChatCompletion to add auto and manual function calling by aaazzam in https://github.com/PrefectHQ/marvin/pull/510
* Update prompts /base.py by Phodaie in https://github.com/PrefectHQ/marvin/pull/514
* Docs by aaazzam in https://github.com/PrefectHQ/marvin/pull/515
* add mkdocs extra data plugin to build docs yml by aaazzam in https://github.com/PrefectHQ/marvin/pull/516
* Update publish-docs.yml by aaazzam in https://github.com/PrefectHQ/marvin/pull/517
* allow pydantic 1.10.7 by zzstoatzz in https://github.com/PrefectHQ/marvin/pull/520
* State by aaazzam in https://github.com/PrefectHQ/marvin/pull/521
* Update docs for 1.3 by jlowin in https://github.com/PrefectHQ/marvin/pull/522
* Support functions with no docstring by jlowin in https://github.com/PrefectHQ/marvin/pull/523

New Contributors
* lmmx made their first contribution in https://github.com/PrefectHQ/marvin/pull/512
* Phodaie made their first contribution in https://github.com/PrefectHQ/marvin/pull/514

**Full Changelog**: https://github.com/PrefectHQ/marvin/compare/v1.2.1...v1.3.0

Page 6 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.