-
Notifications
You must be signed in to change notification settings - Fork 62
Require HTTP.jl v1.10.17 and URIs.jl v1.6, and require Julia 1.6+ #225
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
Conversation
Project.toml
Outdated
@@ -13,7 +13,7 @@ SodiumSeal = "2133526b-2bfb-4018-ac12-889fb3908a75" | |||
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4" | |||
|
|||
[compat] | |||
HTTP = "0.9, 1" | |||
HTTP = "1.10.17" # We need HTTP v1.10.17 in order to get https://github.com/JuliaWeb/HTTP.jl/pull/1225, which in turn gives us https://github.com/JuliaWeb/URIs.jl/pull/66 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a long comment. Maybe this should just be in the PR or commit message?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to make sure that someone didn't unknowingly lower the compat bound later.
How about something like this:
# Do not remove, see https://github.com/JuliaWeb/GitHub.jl/pull/225
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or this:
# Must be >= 1.10.17, see https://github.com/JuliaWeb/GitHub.jl/pull/225
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've shortened the comment.
Tests had failed with julia 1.0, since the latest version of URI.jl only supports 1.6+. I've updated the julia compat of this package. |
We need HTTP v1.10.17 in order to get JuliaWeb/HTTP.jl#1225, which in turn gives us JuliaWeb/URIs.jl#66.
And we need URIs v1.6 in order to get JuliaWeb/URIs.jl#66.