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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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