Changed
- Upgraded pinned dependency versions:
litellm==1.82.2,genai-prices==0.0.55. Versions remain pinned to maintain stability and avoid occasional breaking changes and API inconsistencies observed in previous unpinned releases.
Deprecated
DocxConverteris deprecated and will be removed in v1.0.0. Use dedicated document conversion libraries (e.g., Docling, MarkItDown) to convert files to text, then pass the result toDocument(raw_text=...).
Removed
- Removed
llms.txtgeneration (build script, pre-commit hook, and Sphinx integration). UseAGENTS.mdandCLAUDE.mdfor AI assistant context instead.