Skip to content
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

feat: Use pyproject standardized dependency-groups #6689

Merged
merged 4 commits into from
Feb 20, 2025

Conversation

cbornet
Copy link
Collaborator

@cbornet cbornet commented Feb 18, 2025

Use pyproject standardized dependency-groups

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Feb 18, 2025
@cbornet cbornet requested a review from ogabrielluiz February 18, 2025 14:40
@github-actions github-actions bot added the enhancement New feature or request label Feb 18, 2025
@@ -208,40 +240,5 @@ all = [
"ctransformers>=0.2"
]

# Development dependencies
dev = [
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

These where an "extras". I think it was not useful ?
This PR changes it it to the dev group.

Copy link
Contributor

Choose a reason for hiding this comment

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

We will probably need to update the CI workflows and possibly Dockerfiles, as well.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes. I updated the CI workflow.
For Dockerfiles, I think it's OK (the --no-dev flag should still work)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I also removed all the --dev from uv sync as they are superfluous.

@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Feb 18, 2025
@cbornet cbornet added the lgtm This PR has been approved by a maintainer label Feb 18, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Feb 18, 2025
Copy link

codspeed-hq bot commented Feb 18, 2025

CodSpeed Performance Report

Merging #6689 will degrade performances by 16.29%

Comparing cbornet:uv-dev-deps (f3020ca) with main (4005723)

Summary

❌ 1 regressions
✅ 13 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark BASE HEAD Change
test_build_flow_invalid_job_id 9.7 ms 11.6 ms -16.29%

@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Feb 20, 2025
@ogabrielluiz ogabrielluiz added this pull request to the merge queue Feb 20, 2025
@ogabrielluiz ogabrielluiz removed this pull request from the merge queue due to a manual request Feb 20, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Feb 20, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Feb 20, 2025
@ogabrielluiz ogabrielluiz added this pull request to the merge queue Feb 20, 2025
Merged via the queue into langflow-ai:main with commit 0886bda Feb 20, 2025
23 checks passed
@cbornet cbornet deleted the uv-dev-deps branch February 21, 2025 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request lgtm This PR has been approved by a maintainer size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants