-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: uv to replace poetry #3900
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
f02c263
uv sync works
phact b5c0bd8
fist stab at Makefile
phact 8bccaa6
uv treatment for langflow-base
phact 5dc1569
sqlmodel to 0.0.18
phact 601ae8a
add reinstall_backend to Makefile
phact 110f07e
makefile - reinstall_backend fix and unit_test dependency
phact 365bad7
fix dev dependencies
phact 93c3647
fix dev dependencies
phact 6b2c39d
fix dev dependencies
phact 6fc4342
lock
phact 8a559d6
Makefile
phact 28177d8
[autofix.ci] apply automated fixes
autofix-ci[bot] e4c78b6
Update Makefile
phact 5f6594b
delete update_dependencies
phact bcedc94
fix lint
phact fdb06ca
Remove Poetry lock check from GitHub Actions workflow
ogabrielluiz 926e43e
Switch to 'uv' for dependency management and caching in style-check w…
ogabrielluiz c31c514
Update style-check workflow to use '--only-dev' flag for Ruff check
ogabrielluiz 15331fa
Integrate 'uv' package setup and caching in GitHub Actions workflows
ogabrielluiz 66ca583
Update version check in GitHub Actions to use 'uv tree' for langflow-…
ogabrielluiz 1f6de66
Remove redundant poetry environment setup in GitHub Actions workflow
ogabrielluiz a02b22f
Add step to minimize uv cache in GitHub Actions workflow
ogabrielluiz 081cc55
Update GitHub Actions workflow to use 'uv' for dependency management …
ogabrielluiz 6bd9951
Remove redundant script execution from build_langflow target in Makefile
ogabrielluiz d92509e
[autofix.ci] apply automated fixes
autofix-ci[bot] 6a9b52d
Switch build system from Poetry to Hatchling and update dependencies
ogabrielluiz 9fd57b5
update lock
ogabrielluiz ec43ad0
Switch build system from Poetry to Hatchling in pyproject.toml
ogabrielluiz 0c4d631
Add langchain-unstructured dependency to pyproject.toml
ogabrielluiz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see the
install uv -> python -> restore -> install project .. -> minimize
steps repeated a few times. Can we move that to a sub workflow?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good idea want to take a stab at it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if this is addressed here #3919
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll add this once we merge 3919