feat: upgraded Langflow version to 1.9.0, upgraded Docling version#1366
Open
lucaseduoli wants to merge 8 commits intorelease-saas-0.1from
Open
feat: upgraded Langflow version to 1.9.0, upgraded Docling version#1366lucaseduoli wants to merge 8 commits intorelease-saas-0.1from
lucaseduoli wants to merge 8 commits intorelease-saas-0.1from
Conversation
…test Langflow nightly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates Langflow version to 1.9.0, and updates the
DoclingManagerprocess management in the TUI to improve reliability and simplify output handling. The most significant change is redirecting the subprocess output to a log file instead of using pipes, which prevents crashes when the parent process exits unexpectedly. The code also upgrades dependencies and streamlines output capture by tailing the log file in a single thread.Process management and output handling improvements:
stdoutandstderrto a log file (docling-serve.log) in the TUI directory, instead of using pipes. This prevents SIGPIPE crashes and loss of in-memory state when the parent process exits. [1] [2]stdoutandstderrpipes.Dependency updates:
docling-serve[ui]from version1.5.0to1.15.1anddocling-corefrom2.48.1to2.71.0in the subprocess command.Duplicate of #1355