Hi, There are some breaking changes in Netbox 4.0, including the following: `from extras.plugins import PluginConfig` should be replaced by `from netbox.plugins import PluginConfig`. I'm not sure what else needs to be changed, but is an update planned to be compatible with Netbox 4.0 ? Thanks :) P.S.: [Here are the changes from Netbox Doc](https://docs.netbox.dev/en/stable/plugins/development/migration-v4/).
Hi,
There are some breaking changes in Netbox 4.0, including the following:
from extras.plugins import PluginConfigshould be replaced byfrom netbox.plugins import PluginConfig.I'm not sure what else needs to be changed, but is an update planned to be compatible with Netbox 4.0 ? Thanks :)
P.S.: Here are the changes from Netbox Doc.