Skip to content

v0.5.2 ladybug pkg, py 3.14: MCP stdio and ingest text fixes

Choose a tag to compare

@stevereiner stevereiner released this 12 Apr 23:41
· 12 commits to main since this release

v0.5.2 Release Notes

v0.5.2 use ladybug package, llama-index-ladybug 0.3.1, py 3.14 MCP stdio fix, py 3.14 MCP/REST ingest_text, ingest_from_sample fix

Ladybug package rename

  • Updated dependency from real-ladybug to ladybug>=0.15.3
  • Updated dependency to llama-index-graph-stores-ladybug>=0.3.1
  • factories.py import updated to match

Python 3.14 async fixes

  • MCP stdio mode: removed nest_asyncio (broke on Python 3.14, was never needed)
  • ingest_text / test_with_sample REST endpoints: call ingest/ingest_from_text: replaced sync refresh_ref_docs()
    with async_add() in ingest/ingest_from_text.py, fixing crash on Python 3.14;
    ingest_documents (used by UI) was unaffected as it already used the async path
  • nest-asyncio removed from flexible-graphrag-mcp dependencies