Add CI Checks for syntactically valid OpenAPI Specification (#16266)

This commit is contained in:
Rodrigo Toshiaki Horie
2026-02-10 19:13:34 -03:00
committed by GitHub
parent 6f0cfb5ace
commit 1f18396438
3 changed files with 40 additions and 5 deletions

View File

@@ -2,6 +2,7 @@ build
django-debug-toolbar>=6.0 # Django 5.2 compatibility
django-test-migrations
drf-spectacular>=0.27.0 # Modern OpenAPI 3.0 schema generator
openapi-spec-validator # OpenAPI 3.0 schema validation
# pprofile - re-add once https://github.com/vpelletier/pprofile/issues/41 is addressed
ipython>=7.31.1 # https://github.com/ansible/awx/security/dependabot/30
unittest2