Skip to content

Commit 3495bf8

Browse files
committed
[#84202] common: communication: Add list to device metadata type
Signed-off-by: Anna Roszkiewicz <aroszkiewicz@antmicro.com>
1 parent ca42ab9 commit 3495bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/communication/src/rdfm/schema/v1/updates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
class UpdateCheckRequest():
2727
""" Represents a request from a device to perform an update check
2828
"""
29-
metadata: dict[str, str] = field(metadata={
29+
metadata: dict[str, str | list] = field(metadata={
3030
"validate": Contains(choices=[
3131
META_SOFT_VER,
3232
META_DEVICE_TYPE,

0 commit comments

Comments
 (0)