fix(studio): make scheduler requirements compatible with VeFaaS uv - #1060
Merged
yaozheng-fang merged 1 commit intoSep 4, 2026
Conversation
yaozheng-fang
approved these changes
Sep 4, 2026
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.
Summary
--find-linksand nested-rdirectives with SHA-256-pinned direct local wheel referencesuv pip install --dry-runRoot cause
VeFaaS dependency installation parses
requirements.txtfrom stdin. In that mode,uvrejects--find-links ./wheelhouseas a relative URL without a base. The previous Release Server gate rewrote the path to an absolute file URI, so it did not exercise the production parser contract.Verification
uvstdin dry-run passeduvstdin dry-run passedd1681f86: same Bundle staged and passeduv lock --check,git diff --check: passedBaseline note
On current upstream main,
tests/cli/test_studio_deploy_target.pyhas inherited local failures because the newly added IAM preflight runs before older placeholder-credential tests reach their mocks. The same module passed before rebasing, and none of this PR's four files touches IAM or that test module.No Studio release, Release Server deployment, cloud dependency-task canary, or customer Function mutation was performed.