Skip to content

jsonschema 4.18 compatibility #202

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 1 commit into from
Jun 15, 2023
Merged

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Mar 17, 2023

Support for jsonschema 4.18.x and jsonschema-spec 0.2.x

Fixes #201

@p1c2u p1c2u force-pushed the feature/jsonschem-4.18-compatibility branch from 6d7e7ea to 8f80591 Compare March 17, 2023 10:57
@p1c2u p1c2u force-pushed the feature/jsonschem-4.18-compatibility branch 2 times, most recently from 8b30f39 to c1d3e8b Compare June 11, 2023 22:55
@p1c2u p1c2u changed the base branch from master to feature/drop-python-37-support June 11, 2023 22:56
@p1c2u p1c2u force-pushed the feature/jsonschem-4.18-compatibility branch 5 times, most recently from f3b713c to 76130b1 Compare June 15, 2023 08:02
@codecov
Copy link

codecov bot commented Jun 15, 2023

Codecov Report

Merging #202 (fc2807b) into master (ed4d752) will increase coverage by 0.14%.
The diff coverage is 94.44%.

@@            Coverage Diff             @@
##           master     #202      +/-   ##
==========================================
+ Coverage   92.52%   92.67%   +0.14%     
==========================================
  Files          13       13              
  Lines         428      423       -5     
  Branches       65       66       +1     
==========================================
- Hits          396      392       -4     
+ Misses         22       21       -1     
  Partials       10       10              
Impacted Files Coverage Δ
openapi_spec_validator/validation/validators.py 92.47% <94.44%> (+0.32%) ⬆️

@p1c2u p1c2u force-pushed the feature/drop-python-37-support branch 2 times, most recently from f56535e to caa3945 Compare June 15, 2023 09:26
Base automatically changed from feature/drop-python-37-support to master June 15, 2023 09:40
@p1c2u p1c2u force-pushed the feature/jsonschem-4.18-compatibility branch from 76130b1 to fc2807b Compare June 15, 2023 09:47
@p1c2u p1c2u merged commit b2c5339 into master Jun 15, 2023
@p1c2u p1c2u deleted the feature/jsonschem-4.18-compatibility branch June 15, 2023 09:56
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.

AttributeError: module 'jsonschema._utils' has no attribute 'load_schema'
2 participants