mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 13:52:34 +08:00
Resolve conflicts from NextPLAID bundle (#13553) landing on release-1.11.0 while this branch restructured bundles into the metapackage split (Phase A). Union resolution across the three conflicting files — keep every metapackage-split bundle (lfx-bundles[all] long tail + graduated partners datastax/openai/anthropic/amazon/cohere/oracle) and add lfx-nextplaid as a standalone bundle, matching the oracle (#13502) precedent: - pyproject.toml: add lfx-nextplaid to deps (bounded >=0.1.0,<1.0.0), sources (workspace), and workspace members. - migration_table.json: append NextPlaid/Vllm-multivector entries (exact match with release-1.11.0); complete the trailing oracle entry. Loads via lfx loader, 416 entries. - uv.lock: add lfx-nextplaid + langchain-plaid; verified with `uv lock --check`. Also type the NextPLAID-era CanvasControlButton test mocks (replace `any`) so the merge passes the biome pre-commit hook. NextPLAID adds no component_index/locale/starter-project changes (ext bundle), so nothing generated needs regeneration. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>