NetBox version
v3.3.5
Python version
3.9
Steps to Reproduce
- Install NetBox using Python 3.9 or later
- Visit
/api/docs/?format=openapi to render the raw API schema
Expected Behavior
The schema should render successfully.
Observed Behavior
A ModuleNotFoundError exception is raised. This appears to be due to a conflict introduced by swagger-spec-validator v3.0.0 under Python 3.9 or later.