chore(app_dsl_service): Downgrade DSL Version (#10979)

This commit is contained in:
-LAN-
2024-11-22 16:36:16 +08:00
committed by GitHub
parent 3750200c5e
commit 556de444e8

View File

@@ -22,7 +22,7 @@ logger = logging.getLogger(__name__)
IMPORT_INFO_REDIS_KEY_PREFIX = "app_import_info:" IMPORT_INFO_REDIS_KEY_PREFIX = "app_import_info:"
IMPORT_INFO_REDIS_EXPIRY = 180 # 3 minutes IMPORT_INFO_REDIS_EXPIRY = 180 # 3 minutes
CURRENT_DSL_VERSION = "0.2.0" CURRENT_DSL_VERSION = "0.1.3"
class ImportMode(str, Enum): class ImportMode(str, Enum):