> ## Documentation Index
> Fetch the complete documentation index at: https://developer.watson-orchestrate.ibm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Langflow versions

watsonx Orchestrate Developer Edition includes Langflow 1.10.0 by default. Langflow 1.10.0 automatically installs its own matching LFX (Langflow Runner), so you don't need additional configuration.

To run an older version of Langflow, install the version you want locally (outside ADK) from [Langflow version history](https://pypi.org/project/langflow/1.7/#history) and specify the matching LFX version in your `requirements.txt` file before you import the flow into watsonx Orchestrate.

Use this table to identify the correct LFX version for your Langflow flow:

| Langflow version           | LFX version   | Notes                                                       |
| -------------------------- | ------------- | ----------------------------------------------------------- |
| 1.5.0.post2                | 0.1.13        | Initial GA release; requires explicit lfx specification     |
| > 1.5.0.post2 and \< 1.7.1 | -             | LFX version can be requested on demand; upgrade recommended |
| 1.7.1                      | 0.2.1         | Previously ADK‑supported version                            |
| 1.8.0                      | 1.8.0 – 1.8.2 | Compatible minor versions                                   |
| 1.8.1                      | 1.8.3         | Verified pairing                                            |
| 1.8.3                      | 0.3.3         | Verified pairing                                            |
| 1.9.x                      | Automatic     | Compatible; lfx installed automatically                     |
| 1.10.0                     | Automatic     | Current ADK‑supported version; lfx installed automatically  |

<Note>
  **Note:**

  Flows you create with Langflow versions earlier than 1.7.0 may fail or behave unpredictably because these versions lack integrated LFX support.
  To ensure compatibility:

  1. Open the flow in the latest Langflow version. Use version 1.10.0 or later.
  2. Update deprecated or incompatible components.
  3. Export the flow again.

  For Langflow 1.10.0, the system automatically installs the matching LFX runner. For older versions, add the correct LFX version to requirements.txt before you import the flow into watsonx Orchestrate.
</Note>
