Skip to content

Update openapi-schema-validator version constraint#439

Merged
p1c2u merged 5 commits intopython-openapi:masterfrom
juanitosvq:master
Feb 14, 2026
Merged

Update openapi-schema-validator version constraint#439
p1c2u merged 5 commits intopython-openapi:masterfrom
juanitosvq:master

Conversation

@juanitosvq
Copy link
Contributor

jsonschema introduced a breaking change in v4.19.1 when renaming legacy_validators to legacy_keywords: python-jsonschema/jsonschema@9313230

This was fixed in openapi-schema-validator v0.6.1: https://github.com/python-openapi/openapi-schema-validator/releases/tag/0.6.1

openapi-spec-validator shouldn't allow using v0.6.0 of openapi-schema-validator, since it's not compatible with the constraint we have here for jsonschema >=4.24.0,<4.25.0.

@p1c2u
Copy link
Collaborator

p1c2u commented Jan 8, 2026

Hi @juanitosvq thanks for the PR can you update lock file too

@juanitosvq
Copy link
Contributor Author

Hi @juanitosvq thanks for the PR can you update lock file too

@p1c2u that's done now.

@codecov
Copy link

codecov bot commented Feb 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.91%. Comparing base (e68384b) to head (488e7ce).
⚠️ Report is 19 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #439   +/-   ##
=======================================
  Coverage   91.91%   91.91%           
=======================================
  Files          24       24           
  Lines         742      742           
  Branches       83       83           
=======================================
  Hits          682      682           
  Misses         39       39           
  Partials       21       21           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@p1c2u p1c2u merged commit c2fa77a into python-openapi:master Feb 14, 2026
13 checks passed
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.

2 participants