We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d41f82c + 2f65c07 commit 0ad4597Copy full SHA for 0ad4597
1 file changed
pyQuARC/code/schema_validator.py
@@ -10,7 +10,7 @@
10
from .constants import ECHO10_C, SCHEMA_PATHS, UMM_C, UMM_G
11
12
13
-SUPPORTED_UMM_C_VERSIONS = ["v1.18.4", "v1.18.3", "v1.18.2"]
+SUPPORTED_UMM_C_VERSIONS = ["v1.18.4"]
14
DEFAULT_UMM_C_VERSION = "v1.18.4" # Or any other version you prefer as default
15
16
# Define UMM-G versions if you want to make it flexible as well
0 commit comments