Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: support uv-managed projects#850

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
jfgordon2 wants to merge4 commits intoserverless:master
base:master
Choose a base branch
Loading
fromjfgordon2:uv-support

Conversation

jfgordon2
Copy link
Contributor

@jfgordon2jfgordon2 commentedOct 2, 2024
edited
Loading

Resolves#849

Adds support foruv managed projects, following the project's existing pattern of exporting a requirements file using the relevant project tool.

This does buck one-convention in this repo, in that it requires the user to have generated their own lock file, which is generally a best-practice when using one of these project management tools, and inspects for the existence of theuv.lock file as part of its check as to whether or not uv can be utilized with this plugin. This could be an issue for teams that are not otherwise committing their lock files to their repos and have automated deployments of their application in a CI/CD pipeline, although there exists trivial solutions to overcome that barrier.

Note: there is another issue,#830, which also asks for uv support in replacing pip, which this PR does not intend to include.

LironEr, connorhsm, jameshalsall, naoyasugita, antoinedelia, fondeadora-tech, palafoxernesto, and Programmer-RD-AI reacted with rocket emoji
stderr.includes(
stdout.includes(
Copy link
ContributorAuthor

@jfgordon2jfgordon2Oct 2, 2024
edited
Loading

Choose a reason for hiding this comment

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

Something weird is going on here that, despite being thrown asthrow new serverless.classes.Error it is being output on stdout instead of stderr. I'm uncertain of the cause, but I don't think it's related to this plugin.

@jfgordon2jfgordon2 marked this pull request as ready for reviewOctober 2, 2024 18:40
@rwestergren
Copy link
Contributor

Would love to have this!

Programmer-RD-AI

This comment was marked as outdated.

@Programmer-RD-AI
Copy link

I'm looking forward to this feature. UV support would be a great addition to the plugin. I appreciate the work on this!

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@Programmer-RD-AIProgrammer-RD-AIProgrammer-RD-AI approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Add support for uv project management
3 participants
@jfgordon2@rwestergren@Programmer-RD-AI

[8]ページ先頭

©2009-2025 Movatter.jp