Skip to content

Require URIs.jl >= 1.6, and bump version from 1.10.16 to 1.10.17 #1225

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

Merged
merged 2 commits into from
Jun 19, 2025

Conversation

DilumAluthge
Copy link
Member

@DilumAluthge DilumAluthge commented Jun 19, 2025

I imagine that there are quite a few people that:

  1. Do have HTTP.jl as a direct dep in their Project.toml file.
  2. Do not have URIs.jl as a direct dep.

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 their Project.toml file:

[compat]
HTTP = "1.10.17"

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.

@DilumAluthge DilumAluthge requested review from aviks and quinnj June 19, 2025 03:54
@DilumAluthge DilumAluthge marked this pull request as ready for review June 19, 2025 03:55
Copy link
Member

@quinnj quinnj left a comment

Choose a reason for hiding this comment

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

Great idea; thanks!

@quinnj quinnj merged commit e124953 into master Jun 19, 2025
17 checks passed
@quinnj quinnj deleted the dpa/require-uris-1.6 branch June 19, 2025 05:42
@DilumAluthge
Copy link
Member Author

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.

2 participants