You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Version 2.0, in URIMixin.resolve_with() rfc3986 uses the deprecated URIReference.is_valid() instead of a Validator.
Apart from it being a bad look, it causes literally thousands of warnings in our pipeline (since resolve_with() is used often from the json-schema and jschon packages) - see below. This spams our logs and can make it hard to debug.
In Version 2.0, in
URIMixin.resolve_with()
rfc3986 uses the deprecatedURIReference.is_valid()
instead of aValidator
.Apart from it being a bad look, it causes literally thousands of warnings in our pipeline (since
resolve_with()
is used often from thejson-schema
andjschon
packages) - see below. This spams our logs and can make it hard to debug.I made a fix: https://github.com/jpmaterial/rfc3986/tree/release/2.0 (and verified it), but there is no branch that offers itself for a pull request.
Are you interested in the fix (and releasing a 2.0.1 I guess) and if yes, on which branch should I request a pull?
The text was updated successfully, but these errors were encountered: