fix: tolerate missing external import references

This commit is contained in:
2026-08-05 13:09:47 +02:00
parent f5ad77b430
commit e061c2b02d
7 changed files with 236 additions and 63 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ def export_scope(
"created_at": datetime.now(UTC).isoformat(),
"source_instance": str(InstanceIdentity.local_id()),
"source_netbox_version": getattr(getattr(settings, "RELEASE", None), "version", "4.6"),
"plugin_version": "0.3.0",
"plugin_version": "0.3.1",
"scope": {
"type": scope_type,
"source_pk": str(scope_id),