openapi-schema-validator
openapi-schema-validator copied to clipboard
OpenAPI schema validator is a Python library that validates schema against OpenAPI Schema Specification v3.0 and v3.1
Bumps [mypy](https://github.com/python/mypy) from 1.10.1 to 1.11.2. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Mypy 1.11 We’ve just uploaded mypy 1.11 to the Python Package Index (PyPI). Mypy...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.0 to 6.1.1. Changelog Sourced from pytest-cov's changelog. 6.1.1 (2025-04-05) Fixed breakage that occurs when --cov-context and the no_cover marker are used together. 6.1.0 (2025-04-01) Change terminal...
Bumps [mypy](https://github.com/python/mypy) from 1.14.1 to 1.15.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Next Release Different Property Getter and Setter Types Mypy now supports using different types for property...
Bumps [black](https://github.com/psf/black) from 24.10.0 to 25.1.0. Release notes Sourced from black's releases. 25.1.0 Highlights This release introduces the new 2025 stable style (#4558), stabilizing the following changes: Normalize casing of...
Hi I've been using this project for my autotests for a very long time and I want to make a small contribution. In this CC, the following was done: 1)...
Bumps [deptry](https://github.com/fpgmaas/deptry) from 0.16.2 to 0.23.0. Release notes Sourced from deptry's releases. 0.23.0 What's Changed Features Correctly detect transitive dependencies with different module names (#1033) Full Changelog: https://github.com/fpgmaas/deptry/compare/0.22.0...0.23.0 0.22.0 What's...
Bumps [pytest-flake8](https://github.com/coherent-oss/pytest-flake8) from 1.2.2 to 1.3.0. Changelog Sourced from pytest-flake8's changelog. v1.3.0 Features Compatible for Flake8 from version flake8>=4. (#4) Commits 48a3f2a Finalize 2c43c7a Merge pull request #4 from pypros/update-flake8-compat-4.x-to-latest...
How to reproduce: ```python from openapi_schema_validator import validate, OAS30Validator, OAS31Validator schema = { "allOf": [ {"type": "string"}, ], "nullable": True, } validate(None, schema, cls=OAS30Validator) # --> None for not nullable...
Bumps [black](https://github.com/psf/black) from 24.10.0 to 25.9.0. Release notes Sourced from black's releases. 25.9.0 Highlights Remove support for pre-python 3.7 await/async as soft keywords/variable names (#4676) Stable style Fix crash while...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...