chore(version): bump to 1.7.0 (#22830)

Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
Novice
2025-07-23 18:37:30 +08:00
committed by GitHub
parent 79ab8b205f
commit 7ec94eb83c
7 changed files with 15 additions and 15 deletions

View File

@@ -41,7 +41,7 @@ IMPORT_INFO_REDIS_KEY_PREFIX = "app_import_info:"
CHECK_DEPENDENCIES_REDIS_KEY_PREFIX = "app_check_dependencies:"
IMPORT_INFO_REDIS_EXPIRY = 10 * 60 # 10 minutes
DSL_MAX_SIZE = 10 * 1024 * 1024 # 10MB
CURRENT_DSL_VERSION = "0.3.0"
CURRENT_DSL_VERSION = "0.3.1"
class ImportMode(StrEnum):