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

Allow direct file path requirements to include fragments #2502

Merged
merged 2 commits into from
Mar 18, 2024

Conversation

eth3lbert
Copy link
Contributor

This PR handles the fragment part of the URL path.
It achieves this by splitting the fragment from the path before normalization and parsing. It then sets the fragment back after the URL has been parsed.

Resolve #2501

@charliermarsh charliermarsh added the bug Something isn't working label Mar 18, 2024
@charliermarsh
Copy link
Member

Nice, thank you. Looks like there's one test failure on Windows.

@eth3lbert eth3lbert force-pushed the path-fragment branch 2 times, most recently from 9bded81 to f6e30d7 Compare March 18, 2024 03:04
@charliermarsh charliermarsh self-requested a review March 18, 2024 03:15
@charliermarsh
Copy link
Member

Will review and merge tomorrow, thanks!

@charliermarsh charliermarsh enabled auto-merge (squash) March 18, 2024 16:35
@charliermarsh charliermarsh changed the title Allow path with fragment Allow direct file path requirements to include fragments Mar 18, 2024
@charliermarsh charliermarsh merged commit 1911c96 into astral-sh:main Mar 18, 2024
30 checks passed
@eth3lbert eth3lbert deleted the path-fragment branch March 18, 2024 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

uv fails to install wheel from path with fragment
2 participants