Skip to content

Conversation

@mendonk
Copy link
Collaborator

@mendonk mendonk commented Jan 8, 2026

#6732 adds support for installing the langflow-base package with modular dependencies.

@mendonk mendonk self-assigned this Jan 8, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 8, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch docs-module-dependency-imports

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Jan 8, 2026
@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

@github-actions github-actions bot added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Jan 8, 2026
@github-actions github-actions bot added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Jan 8, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2026

Build successful! ✅
Deploying docs draft.
Deploy successful! View draft

Copy link
Collaborator

@aimurphy aimurphy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved with a few suggestions

```

### Install optional dependency groups
### Install optional dependency groups for langflow
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### Install optional dependency groups for langflow
### Install optional dependency groups for `langflow`

uv pip install "langflow[postgresql,openai]"
```

### Install optional dependency groups for langflow-base
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### Install optional dependency groups for langflow-base
### Install optional dependency groups for `langflow-base`


The `langflow-base` package (base) provides its own optional dependency groups that are separate from those in the `langflow` package. The `langflow-base` package can be installed as a standalone package with these optional dependency groups. This is useful if you only need the core Langflow infrastructure without the full `langflow` package, or if you want to install `langflow-base` dependencies separately.

The `langflow` package (main) depends on `langflow-base`, so when you install `langflow`, it automatically includes `langflow-base` as a dependency.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The `langflow` package (main) depends on `langflow-base`, so when you install `langflow`, it automatically includes `langflow-base` as a dependency.
The `langflow` package (`main`) depends on `langflow-base`, so when you install `langflow`, it automatically includes `langflow-base` as a dependency.

@github-actions github-actions bot added the lgtm This PR has been approved by a maintainer label Jan 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation lgtm This PR has been approved by a maintainer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants