Project library dropdown - show only libraries compatible with the current schema

To prevent errors trying to append elements from the wrong schema library
This commit is contained in:
Andrej730
2024-09-27 17:47:52 +05:00
parent 24a6ed0e5c
commit 0dff19ba6a
2 changed files with 27 additions and 2 deletions
@@ -23,6 +23,7 @@ from typing_extensions import NotRequired
class HeaderMetadata(TypedDict):
name: NotRequired[str]
# FILE_DESCRIPTION, not the description from FILE_NAME.
description: NotRequired[str]
implementation_level: NotRequired[str]
time_stamp: NotRequired[str]