Mirascope

Latest version: v1.22.2

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

Scan your dependencies

Page 15 of 26

1.0.2

What's Changed
* docs: update theme, logo, and migration guide by willbakst in https://github.com/Mirascope/mirascope/pull/431
* docs: typo and missing args in docstring by koxudaxi in https://github.com/Mirascope/mirascope/pull/430
* docs: update migration guide re: statelessness by willbakst in https://github.com/Mirascope/mirascope/pull/434
* fix: ruff target python version to py310 by koxudaxi in https://github.com/Mirascope/mirascope/pull/435
* fix: avoid unnecessary function definitions by koxudaxi in https://github.com/Mirascope/mirascope/pull/436
* fix: ignore overload in coverage by koxudaxi in https://github.com/Mirascope/mirascope/pull/437
* fix: remove ` pragma: no cover` from all abstractmethod by koxudaxi in https://github.com/Mirascope/mirascope/pull/438
* switch from poetry to uv and add pre-commit hooks by willbakst in https://github.com/Mirascope/mirascope/pull/439
* Add ruff rules by willbakst in https://github.com/Mirascope/mirascope/pull/442
* docs: update setup guide for uv by koxudaxi in https://github.com/Mirascope/mirascope/pull/440
* docs: update response models docs to have few-shot examples section by willbakst in https://github.com/Mirascope/mirascope/pull/443
* docs: add built-in types section to response models docs by willbakst in https://github.com/Mirascope/mirascope/pull/444
* added langgraph quickstart mirascope version by brenkao in https://github.com/Mirascope/mirascope/pull/441
* docs: update response model docs and fix a few issues here and there by willbakst in https://github.com/Mirascope/mirascope/pull/446
* fix: issue with getting kwargs with model_dump by willbakst in https://github.com/Mirascope/mirascope/pull/447


**Full Changelog**: https://github.com/Mirascope/mirascope/compare/v1.0.1...v1.0.2

1.0.1

What's Changed
* fix: structured streaming + json mode bug (and a typo) by willbakst in https://github.com/Mirascope/mirascope/pull/429


**Full Changelog**: https://github.com/Mirascope/mirascope/compare/v1.0.0...v1.0.1

1.0.0

What's Changed
* Add ToolKit for new interface by koxudaxi in https://github.com/Mirascope/mirascope/pull/340
* Learn: philosophy by brianpark0126 in https://github.com/Mirascope/mirascope/pull/343
* added initial work to fix/clean up tool streaming by brenkao in https://github.com/Mirascope/mirascope/pull/346
* fix: tools (sync vs. async) + streaming (cost tracking and linting) by willbakst in https://github.com/Mirascope/mirascope/pull/351
* feat: beta rag by brenkao in https://github.com/Mirascope/mirascope/pull/352
* Multimodal Support by willbakst in https://github.com/Mirascope/mirascope/pull/353
* Structured streaming updates by willbakst in https://github.com/Mirascope/mirascope/pull/354
* Multimodal audio support by willbakst in https://github.com/Mirascope/mirascope/pull/355
* Test `mirascope.core.base`: 100% coverages by willbakst in https://github.com/Mirascope/mirascope/pull/357
* Test core openai by willbakst in https://github.com/Mirascope/mirascope/pull/358
* fixed pyright errors and reorganized integrations, and added tests for integrations by brenkao in https://github.com/Mirascope/mirascope/pull/356
* Anthropic tests by brenkao in https://github.com/Mirascope/mirascope/pull/360
* fix: add test openai api key so client creation doesn't fail by willbakst in https://github.com/Mirascope/mirascope/pull/361
* tests: gemini and updates call_response and call_response_chunk interfaces to remain consistent across providers by willbakst in https://github.com/Mirascope/mirascope/pull/362
* Update message params + LiteLLM updates by willbakst in https://github.com/Mirascope/mirascope/pull/363
* Cohere tests by brenkao in https://github.com/Mirascope/mirascope/pull/364
* Remaining Core Tests For 100% Coverage by willbakst in https://github.com/Mirascope/mirascope/pull/365
* Minor BaseTool (and corresponding provider tool) updates by willbakst in https://github.com/Mirascope/mirascope/pull/366
* fix: remaining issues with imports, ensuring that optional imports are truly optional by willbakst in https://github.com/Mirascope/mirascope/pull/367
* Mistral cost tracking update by willbakst in https://github.com/Mirascope/mirascope/pull/368
* Readme updates by willbakst in https://github.com/Mirascope/mirascope/pull/369
* fix: issue with gemini returning a proto object for lists when using tools by willbakst in https://github.com/Mirascope/mirascope/pull/370
* Further test prompt template parser by willbakst in https://github.com/Mirascope/mirascope/pull/373
* Initial cookbook templates by willbakst in https://github.com/Mirascope/mirascope/pull/375
* Construct call response from Stream by brenkao in https://github.com/Mirascope/mirascope/pull/374
* Blog writing agent recipe by willbakst in https://github.com/Mirascope/mirascope/pull/377
* fixed some bugs and finalized logfire by brenkao in https://github.com/Mirascope/mirascope/pull/378
* fix: attempt 1 at fixing workflows so they can act as checks by willbakst in https://github.com/Mirascope/mirascope/pull/379
* Beta openai structured outputs by willbakst in https://github.com/Mirascope/mirascope/pull/381
* Documentation by willbakst in https://github.com/Mirascope/mirascope/pull/382
* chore: adding inital finalized chaining examples for review by brianpark0126 in https://github.com/Mirascope/mirascope/pull/376
* updated tenacity integration by brenkao in https://github.com/Mirascope/mirascope/pull/380
* docs: update text classification cookbook recipe by willbakst in https://github.com/Mirascope/mirascope/pull/384
* added pdf extraction cookbook by brenkao in https://github.com/Mirascope/mirascope/pull/383
* added web scraping cookbook by brenkao in https://github.com/Mirascope/mirascope/pull/385
* Documentation by willbakst in https://github.com/Mirascope/mirascope/pull/389
* docs: streams by willbakst in https://github.com/Mirascope/mirascope/pull/391
* docs: tools by willbakst in https://github.com/Mirascope/mirascope/pull/392
* docs: dynamic configuration by willbakst in https://github.com/Mirascope/mirascope/pull/394
* docs: chaining by willbakst in https://github.com/Mirascope/mirascope/pull/395
* docs: json mode by willbakst in https://github.com/Mirascope/mirascope/pull/396
* docs: response model by willbakst in https://github.com/Mirascope/mirascope/pull/397
* docs: output parsers by willbakst in https://github.com/Mirascope/mirascope/pull/398
* docs: evals by willbakst in https://github.com/Mirascope/mirascope/pull/399
* docs: async by willbakst in https://github.com/Mirascope/mirascope/pull/400
* docs: agents + random fixes by willbakst in https://github.com/Mirascope/mirascope/pull/401
* docs: learn index by willbakst in https://github.com/Mirascope/mirascope/pull/402
* Documentation by willbakst in https://github.com/Mirascope/mirascope/pull/403
* added knowledge graph cookbook by brenkao in https://github.com/Mirascope/mirascope/pull/390
* Documentation by willbakst in https://github.com/Mirascope/mirascope/pull/404
* docs: tenacity by willbakst in https://github.com/Mirascope/mirascope/pull/406
* docs: finalize existing integration docs and examples by willbakst in https://github.com/Mirascope/mirascope/pull/407
* docs: help and contributing finalization by willbakst in https://github.com/Mirascope/mirascope/pull/408
* docs: get started guide + changelog + litellm minor fix by willbakst in https://github.com/Mirascope/mirascope/pull/409
* chore: update poetry lock by willbakst in https://github.com/Mirascope/mirascope/pull/411
* fix: BasePrompt not working with additional decorators by willbakst in https://github.com/Mirascope/mirascope/pull/413
* added extraction using vision by brenkao in https://github.com/Mirascope/mirascope/pull/412
* added code generation by brenkao in https://github.com/Mirascope/mirascope/pull/405
* fix typing for integration decorators outfacing by brenkao in https://github.com/Mirascope/mirascope/pull/415
* docs: API Reference by willbakst in https://github.com/Mirascope/mirascope/pull/416
* docs: learn <-> api reference linking + improvements by willbakst in https://github.com/Mirascope/mirascope/pull/419
* added query plan by brenkao in https://github.com/Mirascope/mirascope/pull/420
* added pii scrubbing by brenkao in https://github.com/Mirascope/mirascope/pull/414
* added document segmentation cookbook by brenkao in https://github.com/Mirascope/mirascope/pull/417
* removed semantic duplicates by brenkao in https://github.com/Mirascope/mirascope/pull/421
* added support ticket routing by brenkao in https://github.com/Mirascope/mirascope/pull/418
* added speech transcription by brenkao in https://github.com/Mirascope/mirascope/pull/422
* made updates to docs by brenkao in https://github.com/Mirascope/mirascope/pull/423
* V1 by willbakst in https://github.com/Mirascope/mirascope/pull/425

New Contributors
* koxudaxi made their first contribution in https://github.com/Mirascope/mirascope/pull/340

**Full Changelog**: https://github.com/Mirascope/mirascope/compare/v0.18.3...v1.0.0

1.0.0b6

What's Changed
* fix: issue with gemini returning a proto object for lists when using tools by willbakst in https://github.com/Mirascope/mirascope/pull/370
* Further test prompt template parser by willbakst in https://github.com/Mirascope/mirascope/pull/373
* Initial cookbook templates by willbakst in https://github.com/Mirascope/mirascope/pull/375
* Construct call response from Stream by brenkao in https://github.com/Mirascope/mirascope/pull/374
* Blog writing agent recipe by willbakst in https://github.com/Mirascope/mirascope/pull/377
* fixed some bugs and finalized logfire by brenkao in https://github.com/Mirascope/mirascope/pull/378
* fix: attempt 1 at fixing workflows so they can act as checks by willbakst in https://github.com/Mirascope/mirascope/pull/379
* Beta openai structured outputs by willbakst in https://github.com/Mirascope/mirascope/pull/381


**Full Changelog**: https://github.com/Mirascope/mirascope/compare/v1.0.0-b5...v1.0.0-b6

1.0.0b5

What's Changed
* Test `mirascope.core.base`: 100% coverages by willbakst in https://github.com/Mirascope/mirascope/pull/357
* Test core openai by willbakst in https://github.com/Mirascope/mirascope/pull/358
* fixed pyright errors and reorganized integrations, and added tests for integrations by brenkao in https://github.com/Mirascope/mirascope/pull/356
* Anthropic tests by brenkao in https://github.com/Mirascope/mirascope/pull/360
* fix: add test openai api key so client creation doesn't fail by willbakst in https://github.com/Mirascope/mirascope/pull/361
* tests: gemini and updates call_response and call_response_chunk interfaces to remain consistent across providers by willbakst in https://github.com/Mirascope/mirascope/pull/362
* Update message params + LiteLLM updates by willbakst in https://github.com/Mirascope/mirascope/pull/363
* Cohere tests by brenkao in https://github.com/Mirascope/mirascope/pull/364
* Remaining Core Tests For 100% Coverage by willbakst in https://github.com/Mirascope/mirascope/pull/365
* Minor BaseTool (and corresponding provider tool) updates by willbakst in https://github.com/Mirascope/mirascope/pull/366
* fix: remaining issues with imports, ensuring that optional imports are truly optional by willbakst in https://github.com/Mirascope/mirascope/pull/367
* Mistral cost tracking update by willbakst in https://github.com/Mirascope/mirascope/pull/368
* Readme updates by willbakst in https://github.com/Mirascope/mirascope/pull/369


**Full Changelog**: https://github.com/Mirascope/mirascope/compare/v1.0.0-b4...v1.0.0-b5

1.0.0b4

What's Changed
* added initial work to fix/clean up tool streaming by brenkao in https://github.com/Mirascope/mirascope/pull/346
* fix: tools (sync vs. async) + streaming (cost tracking and linting) by willbakst in https://github.com/Mirascope/mirascope/pull/351
* feat: beta rag by brenkao in https://github.com/Mirascope/mirascope/pull/352
* Multimodal Support by willbakst in https://github.com/Mirascope/mirascope/pull/353
* Structured streaming updates by willbakst in https://github.com/Mirascope/mirascope/pull/354
* Multimodal audio support by willbakst in https://github.com/Mirascope/mirascope/pull/355


**Full Changelog**: https://github.com/Mirascope/mirascope/compare/v1.0.0-b3...v1.0.0-b4

Page 15 of 26

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.