Require URIs.jl >= 1.6, and bump version from 1.10.16 to 1.10.17#1225
Merged
Require URIs.jl >= 1.6, and bump version from 1.10.16 to 1.10.17#1225
Conversation
Member
Author
This was referenced Jun 20, 2025
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.
I imagine that there are quite a few people that:
Project.tomlfile.In order for those people to guarantee that they get the fix from JuliaWeb/URIs.jl#66, they'd need to add URIs.jl as a direct dep.
This PR presents an alternative option. The idea is that we release a new version of HTTP.jl (HTTP.jl version 1.10.17) that requires URIs.jl 1.6. Then, people that currently have HTTP.jl as a direct dep will only need to set the following
[compat]entry in theirProject.tomlfile:And this will guarantee that they get the fix from JuliaWeb/URIs.jl#66.
After merging this PR, I suggest that we register HTTP.jl version 1.10.17.