Skip to content
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

jsonschema 4.18 compatibility #72

Merged
merged 1 commit into from Jun 13, 2023
Merged

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Mar 17, 2023

Fixes #70

@p1c2u p1c2u force-pushed the feature/jsonschem-4.18-compatibility branch 7 times, most recently from 223020d to 4cab795 Compare March 17, 2023 12:27
@p1c2u p1c2u force-pushed the feature/jsonschem-4.18-compatibility branch 3 times, most recently from 7fb1a31 to 1b29134 Compare June 12, 2023 14:45
@codecov
Copy link

codecov bot commented Jun 12, 2023

Codecov Report

Merging #72 (1b29134) into master (d221d63) will increase coverage by 0.26%.
The diff coverage is 100.00%.

❗ Current head 1b29134 differs from pull request most recent head 5bf8b10. Consider uploading reports for the commit 5bf8b10 to get more accurate results

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
+ Coverage   81.81%   82.08%   +0.26%     
==========================================
  Files           6        6              
  Lines         242      240       -2     
  Branches       50       50              
==========================================
- Hits          198      197       -1     
+ Misses         30       29       -1     
  Partials       14       14              
Impacted Files Coverage Δ
openapi_schema_validator/_validators.py 67.20% <100.00%> (+0.53%) ⬆️
openapi_schema_validator/validators.py 100.00% <100.00%> (ø)

@p1c2u p1c2u force-pushed the feature/jsonschem-4.18-compatibility branch from 1b29134 to 5bf8b10 Compare June 13, 2023 18:00
@p1c2u p1c2u merged commit cb69096 into master Jun 13, 2023
12 checks passed
@p1c2u p1c2u deleted the feature/jsonschem-4.18-compatibility branch June 13, 2023 18:03
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