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

Git resolver could attempt to fetch pyproject.toml to resolve package metadata #10568

Closed
charliermarsh opened this issue Jan 13, 2025 · 0 comments · Fixed by #10765
Closed

Git resolver could attempt to fetch pyproject.toml to resolve package metadata #10568

charliermarsh opened this issue Jan 13, 2025 · 0 comments · Fixed by #10765
Assignees
Labels
performance Potential performance improvement

Comments

@charliermarsh
Copy link
Member

If a dependency is from GitHub (probably GitLab too), we could add a fast-path during resolution to fetch just the pyproject.toml, see if it's static, and read the metadata directly if so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Potential performance improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant