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

schema properties validation recursion fix #193

Merged
merged 1 commit into from Feb 2, 2023

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Feb 2, 2023

Fixes #192

@p1c2u p1c2u force-pushed the fix/schema-properties-recursion-fix branch from 4b4f3d6 to 41ae7f1 Compare February 2, 2023 04:49
@p1c2u p1c2u force-pushed the fix/schema-properties-recursion-fix branch from 41ae7f1 to 37db3bf Compare February 2, 2023 04:54
@codecov
Copy link

codecov bot commented Feb 2, 2023

Codecov Report

Merging #193 (37db3bf) into master (becc006) will increase coverage by 0.13%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #193      +/-   ##
==========================================
+ Coverage   92.47%   92.60%   +0.13%     
==========================================
  Files          13       13              
  Lines         425      433       +8     
  Branches       63       64       +1     
==========================================
+ Hits          393      401       +8     
  Misses         22       22              
  Partials       10       10              
Impacted Files Coverage Δ
openapi_spec_validator/__init__.py 100.00% <100.00%> (ø)
openapi_spec_validator/schemas/utils.py 100.00% <100.00%> (ø)
openapi_spec_validator/validation/validators.py 92.14% <100.00%> (+0.25%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@p1c2u p1c2u merged commit 860de57 into master Feb 2, 2023
@p1c2u p1c2u deleted the fix/schema-properties-recursion-fix branch February 2, 2023 05:00
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.

Recursion problem with version 0.5.3.
1 participant