Skip to content

Conversation

@JannikSt
Copy link
Member

@JannikSt JannikSt commented Jan 17, 2026

Pass URL dependencies as direct requirements to uv install, working around the transitive URL dependency restriction.


Note

Enhances environment installs and metadata to handle URL-based dependencies.

  • Extracts Requires-Dist from wheel METADATA via new extract_requires_dist_from_wheel and uploads it in metadata.requires_dist
  • Reads url_dependencies from API responses and passes them as direct requirements in install commands for both uv and pip (simple index and wheel-only paths)
  • Updates _install_single_environment and bulk install flow to propagate url_dependencies; adds necessary imports

Written by Cursor Bugbot for commit 6c0b67d. This will update automatically on new commits. Configure here.

- Extract Requires-Dist from wheel during push
- Pass URL dependencies as direct requirements to uv
- Works around uv's transitive URL dependency restriction
@JannikSt JannikSt force-pushed the feature/url-dependencies-support branch from a21acd8 to c05c5be Compare January 17, 2026 21:48
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a21acd8a6a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants