Skip to content

feat: upgrade langflow version#682

Merged
lucaseduoli merged 33 commits intomainfrom
RC-langflow-upgrade
Mar 9, 2026
Merged

feat: upgrade langflow version#682
lucaseduoli merged 33 commits intomainfrom
RC-langflow-upgrade

Conversation

@edwinjosechittilappilly
Copy link
Collaborator

@edwinjosechittilappilly edwinjosechittilappilly commented Dec 18, 2025

This feature upgrades Langflow version to 1.8.0, changing all of the flows and the onboarding configuration to be compatible.

@edwinjosechittilappilly edwinjosechittilappilly changed the title Update Dockerfile.langflow feat: Langflow Upgrade Dec 18, 2025
@lucaseduoli lucaseduoli linked an issue Jan 5, 2026 that may be closed by this pull request
@github-actions github-actions bot added backend 🔷 Issues related to backend services (OpenSearch, Langflow, APIs) docker labels Feb 24, 2026
@lucaseduoli lucaseduoli requested review from mpawlow and phact March 3, 2026 20:20
@lucaseduoli lucaseduoli self-assigned this Mar 3, 2026
@lucaseduoli lucaseduoli changed the title feat: Langflow Upgrade feat: upgrade langflow version Mar 3, 2026
Update docker-compose.yml to stop injecting the literal string 'None' for missing API credentials. OPENAI_API_KEY, ANTHROPIC_API_KEY, WATSONX_API_KEY, WATSONX_PROJECT_ID, and OLLAMA_BASE_URL now expand without a 'None' fallback so they are empty/unset if not provided. WATSONX_URL now falls back to WATSONX_ENDPOINT when unset. This prevents services from receiving the string 'None' and improves handling of absent credentials.
Copy link
Collaborator

@mpawlow mpawlow left a comment

Choose a reason for hiding this comment

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

@lucaseduoli

Functional Review 3

  • ✅ Ingestion of a random collection of sanity documents
  • ✅ Nudges working for ingested documents
  • ✅ Initial onboarding chat with OpenRAG document
  • ✅ Chatting with ingested documents

Missing uvx Error

bash: line 1: exec: uvx: not found

  • The missing uvx binary in the Langflow image has been resolved

Factory Reset Error

  • This error is unrelated / orthogonal

$(COMPOSE_CMD) down -v --remove-orphans --rmi local || true;
podman-compose down -v --remove-orphans --rmi local || true; \

  • --rmi is not a supported CLI parameter for Podman
  • On Ubuntu Linux, there isn't any separate "machine" initialized or used per se
  • The Ubuntu Linux VM acts as the machine itself
  • I'll open up a separate issue to track this

@github-actions github-actions bot added the lgtm label Mar 6, 2026
@edwinjosechittilappilly edwinjosechittilappilly changed the title feat!: upgrade langflow version feat: upgrade langflow version Mar 9, 2026
@edwinjosechittilappilly edwinjosechittilappilly added the breaking 🚨 BREAKING CHANGE – This update introduces backward-incompatible modifications. label Mar 9, 2026
@github-actions github-actions bot added enhancement 🔵 New feature or request and removed enhancement 🔵 New feature or request labels Mar 9, 2026
@github-actions github-actions bot added enhancement 🔵 New feature or request and removed enhancement 🔵 New feature or request labels Mar 9, 2026
@github-actions github-actions bot added frontend 🟨 Issues related to the UI/UX enhancement 🔵 New feature or request and removed enhancement 🔵 New feature or request labels Mar 9, 2026
@github-actions github-actions bot added enhancement 🔵 New feature or request and removed enhancement 🔵 New feature or request labels Mar 9, 2026
@github-actions github-actions bot added enhancement 🔵 New feature or request and removed enhancement 🔵 New feature or request labels Mar 9, 2026
@lucaseduoli lucaseduoli merged commit 2af1398 into main Mar 9, 2026
10 checks passed
@github-actions github-actions bot deleted the RC-langflow-upgrade branch March 9, 2026 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend 🔷 Issues related to backend services (OpenSearch, Langflow, APIs) breaking 🚨 BREAKING CHANGE – This update introduces backward-incompatible modifications. docker enhancement 🔵 New feature or request frontend 🟨 Issues related to the UI/UX lgtm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update OpenRAG Langflow 1.7.1 Nightly

4 participants