File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
packages/notifications-library/src/notifications_library Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11from dataclasses import dataclass
2+ from pydantic import HttpUrl
23
34from models_library .products import ProductName
45
@@ -19,5 +20,5 @@ class ProductData:
1920 display_name : str
2021 vendor_display_inline : str
2122 support_email : str
22- product_logo : str = "https://raw.githubusercontent.com/ITISFoundation/osparc-simcore/refs/heads/master/services/static-webserver/client/source/resource/osparc/osparc-black.svg"
23- product_homepage : str = "https://osparc.io/"
23+ product_logo : HttpUrl = "https://raw.githubusercontent.com/ITISFoundation/osparc-simcore/refs/heads/master/services/static-webserver/client/source/resource/osparc/osparc-black.svg"
24+ product_homepage : HttpUrl = "https://osparc.io/"
You can’t perform that action at this time.
0 commit comments