mirror of https://github.com/langgenius/dify.git
chore: update trigger dsl version to 0.5.0
This commit is contained in:
parent
6df786248c
commit
ecd1d44d23
|
|
@ -44,7 +44,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.4.0"
|
||||
CURRENT_DSL_VERSION = "0.5.0"
|
||||
|
||||
|
||||
class ImportMode(StrEnum):
|
||||
|
|
|
|||
Loading…
Reference in New Issue