ModuleNotFoundError exception rendering API schema under Python 3.9+ #10712
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v3.3.5
Python version
3.9
Steps to Reproduce
/api/docs/?format=openapi
to render the raw API schemaExpected 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.The text was updated successfully, but these errors were encountered: