Mirascope

Latest version: v1.22.2

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

Scan your dependencies

Page 24 of 26

0.6.0

What's Changed
* fix(docs): mismatch between example output and dump output by willbakst in https://github.com/Mirascope/mirascope/pull/145
* feat: mistral with extractors, still missing stream_async test by brianpark0126 in https://github.com/Mirascope/mirascope/pull/146
* Anthropic Function Calling Support Fixes by willbakst in https://github.com/Mirascope/mirascope/pull/148
* Fix extract async by willbakst in https://github.com/Mirascope/mirascope/pull/147

0.5

* chore: bump version number by willbakst in https://github.com/Mirascope/mirascope/pull/144


**Full Changelog**: https://github.com/Mirascope/mirascope/compare/v0.4.0...v0.5.0

0.5.0

What's Changed
* Anthropic tools by willbakst in https://github.com/Mirascope/mirascope/pull/142

0.4.0

What's Changed
* Update README.md by willbakst in https://github.com/Mirascope/mirascope/pull/132
* feat: AnthropicPrompt and related convenience. NO TOOLS. by willbakst in https://github.com/Mirascope/mirascope/pull/133
* cherry pick from main by willbakst in https://github.com/Mirascope/mirascope/pull/136
* Feat: Async for Gemini and Anthropic by willbakst in https://github.com/Mirascope/mirascope/pull/137
* BREAKING: Interface changes for v0.4 to incorporate recent feedback by willbakst in https://github.com/Mirascope/mirascope/pull/138
* BREAKING: Release v0.4 by willbakst in https://github.com/Mirascope/mirascope/pull/139
* fix(docs): link issues in schema and update wrongly indented code blocks by willbakst in https://github.com/Mirascope/mirascope/pull/140


**Full Changelog**: https://github.com/Mirascope/mirascope/compare/v0.3.1...v0.4.0

0.3.1

What's Changed
* fix: issue with including some call params that shouldn't be included… by willbakst in https://github.com/Mirascope/mirascope/pull/135


**Full Changelog**: https://github.com/Mirascope/mirascope/compare/v0.3.0...v0.3.1

0.3.0

What's Changed
* Coverage: initial push to get to 100% by willbakst in https://github.com/Mirascope/mirascope/pull/64
* feat: added remove command to mirascope cli by brenkao in https://github.com/Mirascope/mirascope/pull/65
* Cookbook Recipe: SQuAD Extraction by willbakst in https://github.com/Mirascope/mirascope/pull/66
* Update llm_convenience_wrappers.md by brenkao in https://github.com/Mirascope/mirascope/pull/68
* fix: missing $defs in tool schema by willbakst in https://github.com/Mirascope/mirascope/pull/69
* chore: add start/end time to async + tests + minor tweaks by willbakst in https://github.com/Mirascope/mirascope/pull/72
* feat: prompt completion dump to json by brenkao in https://github.com/Mirascope/mirascope/pull/67
* Update pydantic_prompts.md by brenkao in https://github.com/Mirascope/mirascope/pull/70
* feat: auto tag version when using mirascope cli add command by brenkao in https://github.com/Mirascope/mirascope/pull/74
* fix: lint issues with using enums without wrapper by willbakst in https://github.com/Mirascope/mirascope/pull/76
* Bugfix/auto tag non prompts by brenkao in https://github.com/Mirascope/mirascope/pull/79
* refactor: move prompts for rag example back into rag prompt folder by willbakst in https://github.com/Mirascope/mirascope/pull/80
* fix: removed the jinja template that's not supposed to be there by brianpark0126 in https://github.com/Mirascope/mirascope/pull/81
* fix: github issue 75, CLI error for variables outside prompt by brianpark0126 in https://github.com/Mirascope/mirascope/pull/77
* Docstrings PR by brianpark0126 in https://github.com/Mirascope/mirascope/pull/73
* Feature/test add command by brenkao in https://github.com/Mirascope/mirascope/pull/78
* added tests for status by brenkao in https://github.com/Mirascope/mirascope/pull/83
* added tests for use by brenkao in https://github.com/Mirascope/mirascope/pull/85
* fix: prompt messages to return openai types by willbakst in https://github.com/Mirascope/mirascope/pull/82
* Update README.md by willbakst in https://github.com/Mirascope/mirascope/pull/86
* added tests for init command by brenkao in https://github.com/Mirascope/mirascope/pull/87
* added coverage for tests using async generators by brenkao in https://github.com/Mirascope/mirascope/pull/90
* Back Merge v0.2.4 README updates into Dev by willbakst in https://github.com/Mirascope/mirascope/pull/92
* Update README.md to make it more clear that you can write the messages array yourself if you'd prefer by willbakst in https://github.com/Mirascope/mirascope/pull/93
* feat: cookbook/examples restructure by brianpark0126 in https://github.com/Mirascope/mirascope/pull/88
* Update CONTRIBUTING.md by willbakst in https://github.com/Mirascope/mirascope/pull/95
* Merge pull request 95 from Mirascope/willbakst-patch-1 by willbakst in https://github.com/Mirascope/mirascope/pull/96
* added missing tests for command utils, added functional function pars… by brenkao in https://github.com/Mirascope/mirascope/pull/94
* Include `_call_params: CallParams` attribute in `Prompt` by willbakst in https://github.com/Mirascope/mirascope/pull/98
* feat: classify example using extract by brianpark0126 in https://github.com/Mirascope/mirascope/pull/97
* added 3 examples for langchain using mirascope by brenkao in https://github.com/Mirascope/mirascope/pull/99
* fix: remove deprecation warning when using tools with prompt for extr… by willbakst in https://github.com/Mirascope/mirascope/pull/101
* fix: renamed folders in rag so as not to duplicate in cookbook by brianpark0126 in https://github.com/Mirascope/mirascope/pull/102
* fix: include completion in returned BaseModel from call to extract by willbakst in https://github.com/Mirascope/mirascope/pull/103
* Enable setting `call_params` like you would for `model_config` without it appearing in the construction of the prompt. by willbakst in https://github.com/Mirascope/mirascope/pull/104
* Mirascope messages by willbakst in https://github.com/Mirascope/mirascope/pull/105
* fix: use ClassVar instead of PromptConfig so we don't need to ignore warnings by willbakst in https://github.com/Mirascope/mirascope/pull/106
* Cookbook wandb by brianpark0126 in https://github.com/Mirascope/mirascope/pull/100
* feat: examples added to parser docstrings. by brianpark0126 in https://github.com/Mirascope/mirascope/pull/108
* chore: added basic example for validation by brenkao in https://github.com/Mirascope/mirascope/pull/109
* added langsmith cookbook examples and walkthrough by brenkao in https://github.com/Mirascope/mirascope/pull/107
* feat: WandB prompt (initial gutcheck) by brianpark0126 in https://github.com/Mirascope/mirascope/pull/110
* feat: wandb walkthrough markdown by brianpark0126 in https://github.com/Mirascope/mirascope/pull/111
* feat: basic support for Gemini by willbakst in https://github.com/Mirascope/mirascope/pull/112
* feat: OpenAIPrompt class similar to GeminiPrompt by willbakst in https://github.com/Mirascope/mirascope/pull/113
* Extract additional types by willbakst in https://github.com/Mirascope/mirascope/pull/114
* docs: update README with new edits. by willbakst in https://github.com/Mirascope/mirascope/pull/117
* chore: updated examples to use new creation from prompt by brianpark0126 in https://github.com/Mirascope/mirascope/pull/116
* chore: remove print statement by willbakst in https://github.com/Mirascope/mirascope/pull/119
* Fix bug with manually setting call params by willbakst in https://github.com/Mirascope/mirascope/pull/120
* bugfix: fix autocompletion not working by brenkao in https://github.com/Mirascope/mirascope/pull/123
* fix: issue with missing start/end time and handling excepts for end t… by willbakst in https://github.com/Mirascope/mirascope/pull/122
* Wandb regen by brianpark0126 in https://github.com/Mirascope/mirascope/pull/121
* Update cookbook by brianpark0126 in https://github.com/Mirascope/mirascope/pull/124
* fix: replace called_once with assert_called_once by willbakst in https://github.com/Mirascope/mirascope/pull/127
* chore: update langsmith examples by brenkao in https://github.com/Mirascope/mirascope/pull/125
* chore: update squad cookbook to use v0.3 updates by willbakst in https://github.com/Mirascope/mirascope/pull/126
* bugfix: tags not working by brenkao in https://github.com/Mirascope/mirascope/pull/129
* docs: update concepts pages with new drafts for v0.3 release by willbakst in https://github.com/Mirascope/mirascope/pull/130
* Merge Dev -> Main for v0.3 release by willbakst in https://github.com/Mirascope/mirascope/pull/131


**Full Changelog**: https://github.com/Mirascope/mirascope/compare/v0.2.4...v0.3.0

Page 24 of 26

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.