1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #10712: Fix ModuleNotFoundError exception when generating API schema under Python 3.9+

This commit is contained in:
jeremystretch
2022-10-20 15:49:13 -04:00
parent 33c6142365
commit 7505baf3a1
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,7 @@
* [#10643](https://github.com/netbox-community/netbox/issues/10643) - Ensure consistent display of custom fields for all model forms
* [#10646](https://github.com/netbox-community/netbox/issues/10646) - Fix filtering of power feed by power panel when connecting a cable
* [#10655](https://github.com/netbox-community/netbox/issues/10655) - Correct display of assigned contacts in object tables
* [#10712](https://github.com/netbox-community/netbox/issues/10712) - Fix ModuleNotFoundError exception when generating API schema under Python 3.9+
---

View File

@ -34,3 +34,6 @@ tzdata==2022.4
# Workaround for #7401
jsonschema==3.2.0
# Temporary fix for #10712
swagger-spec-validator==2.7.6