We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8e718 commit 42f07eaCopy full SHA for 42f07ea
packages/models-library/src/models_library/projects_nodes_io.py
@@ -7,7 +7,7 @@
7
"""
8
9
from pathlib import Path
10
-from typing import Annotated, TypeAlias
+from typing import Annotated, Final, TypeAlias
11
from uuid import UUID
12
13
from models_library.basic_types import ConstrainedStr, KeyIDStr
@@ -45,7 +45,7 @@
45
]
46
47
48
-_ANY_URL_ADAPTER: TypeAdapter[AnyUrl] = TypeAdapter(AnyUrl)
+_ANY_URL_ADAPTER: Final[TypeAdapter[AnyUrl]] = TypeAdapter(AnyUrl)
49
50
51
class SimcoreS3DirectoryID(ConstrainedStr):
0 commit comments