Skip to content

v0.6.1

Choose a tag to compare

@xt765 xt765 released this 02 Feb 14:14
· 46 commits to main since this release

[0.6.1] - 2026-02-02
Fixed
Mypy Type Safety: Fixed method signature for MermaidTraceCallbackHandler.on_retriever_end to align with Sequence[Document] from LangChain core, resolving Liskov Substitution Principle violations.
Example Code: Improved type casting in the LangChain integration example for better compatibility in environments without optional dependencies.
Improved
Documentation Sync: Fully updated source code comments and documentation to reflect the latest API changes.