Add CI Checks for syntactically valid OpenAPI Specification

This commit is contained in:
Rodrigo Horie
2026-02-05 17:56:28 -03:00
parent 30bf910bd5
commit 20419484f7
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