Skip to content

[WIP] feat: use non-GPL validator for rfc3987 #1388

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jkowalleck
Copy link

@jkowalleck jkowalleck commented Jul 16, 2025


Added

  • Optional dependency rfc3987-syntax as part of the "format-nongpl" extra
  • Validator for iri and iri-reference based on rfc3987-syntax


📚 Documentation preview 📚: https://python-jsonschema--1388.org.readthedocs.build/en/1388/

@jkowalleck jkowalleck marked this pull request as draft July 16, 2025 11:43
@@ -62,6 +62,7 @@ format-nongpl = [
"jsonpointer>1.13",
"rfc3339-validator",
"rfc3986-validator>0.1.0",
"rfc3987-syntax",
Copy link
Author

@jkowalleck jkowalleck Jul 16, 2025

Choose a reason for hiding this comment

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

@jkowalleck jkowalleck force-pushed the feat/validate_rfc3987_non-gpl/rfc3987-syntax branch from f296cc7 to 8dd4f56 Compare July 16, 2025 12:06
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.

use non-GPL validator for rfc3987
1 participant