build: add structlog dep to base package#9516
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughUpdates Windows steps in the cross-platform CI workflow to activate the Python virtual environment before invoking the CLI help command. Adds structlog (>=25.4.0) as a dependency in the backend base pyproject. No Unix workflow changes and no public API changes. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant CI as GitHub Actions (Windows)
participant Shell as PowerShell/CMD
participant Venv as venv (test-env)
participant Python as python
participant LangFlow as langflow module
CI->>Shell: Run step "Test CLI help command"
Shell->>Venv: call Scripts/activate.bat
Note right of Venv: Activates venv, sets PATH
Shell->>Python: python -m langflow --help
Python->>LangFlow: Load module and print help
LangFlow-->>CI: Exit code/status
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. 📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
Status, Documentation and Community
|
|
Add structlog dep to base package



Build - https://github.com/langflow-ai/langflow/actions/runs/17210804644/job/48822287646
Summary by CodeRabbit