Prefer older version of jsonschema without Rust dependency#390
Merged
Prefer older version of jsonschema without Rust dependency#390
Conversation
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #390 +/- ##
=======================================
Coverage 82.13% 82.13%
=======================================
Files 49 49
Lines 2916 2916
=======================================
Hits 2395 2395
Misses 521 521
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
anaxceron
reviewed
Mar 27, 2026
Co-authored-by: anaxceron <ana.ceron@broadcom.com> Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
zFernand0
approved these changes
Mar 27, 2026
Member
zFernand0
left a comment
There was a problem hiding this comment.
LGTM! 😋
Thanks for adding the warning 🙏
traeok
approved these changes
Mar 27, 2026
Member
traeok
left a comment
There was a problem hiding this comment.
LGTM, thanks Timothy for the fix
|
Release succeeded for the The following packages have been published:
Powered by Octorelease 🚀 |
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.
What It Does
Partially addresses #388.
jsonschema4.18.0 replaced a pure C dep with a Rust-based one that is uninstallable on z/OS - see python-jsonschema/jsonschema#1117.Downgrading
jsonschemato 4.17.3 resolves the dependency issue, but is not supported in Py3.14 and above.Until we have time in the future to investigate a replacement for
jsonschema, the best solution seems to be making thejsonschemaversion conditional based on Python version, and documenting that Py3.14 is not supported on z/OS.How to Test
Review Checklist
I certify that I have:
Additional Comments
Audit check is failing on
pygmentswhich is a dev dep used for building docs and has no published fix yet.