Skip to content

jsonschema 4.18 compatibility #597

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 18, 2023
Merged

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Jun 15, 2023

Support for jsonschema 4.18, jsonschema-spec 0.2, openapi-schema-validator 0.6 and openapi-spec-validator 0.6

  • spec_url parameter of Spec.from_dict is deprecated. Use base_uri instead.
  • ref_resolver_handlers parameter of Spec.from_dict is deprecated. Use handlers instead.

@p1c2u p1c2u force-pushed the feature/jsonschem-4.18-compatibility branch 6 times, most recently from 21144f9 to e719ed6 Compare June 16, 2023 13:40
@p1c2u p1c2u force-pushed the feature/jsonschem-4.18-compatibility branch from e719ed6 to 5704ade Compare June 16, 2023 13:47
@codecov
Copy link

codecov bot commented Jun 16, 2023

Codecov Report

Merging #597 (5704ade) into master (a2a36ec) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #597   +/-   ##
=======================================
  Coverage   90.29%   90.30%           
=======================================
  Files         127      127           
  Lines        3711     3714    +3     
  Branches      445      445           
=======================================
+ Hits         3351     3354    +3     
  Misses        303      303           
  Partials       57       57           
Impacted Files Coverage Δ
openapi_core/validation/schemas/factories.py 100.00% <ø> (ø)
openapi_core/spec/paths.py 94.28% <100.00%> (+0.53%) ⬆️

@p1c2u p1c2u merged commit 0a885e6 into master Jun 18, 2023
@p1c2u p1c2u deleted the feature/jsonschem-4.18-compatibility branch June 18, 2023 07:45
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.

1 participant