diff --git a/pyproject.toml b/pyproject.toml index 26d7e54..4728488 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "apify_shared" -version = "1.3.1" +version = "1.3.2" description = "Tools and constants shared across Apify projects." readme = "README.md" license = { text = "Apache Software License" } diff --git a/src/apify_shared/consts.py b/src/apify_shared/consts.py index a0aa8a0..de80ef8 100644 --- a/src/apify_shared/consts.py +++ b/src/apify_shared/consts.py @@ -270,6 +270,8 @@ class MetaOrigin(str, Enum): ACTOR = 'ACTOR' #: Job started via Actor standby STANDBY = 'STANDBY' + #: Job started via Apify CLI + CLI = 'CLI' INTEGER_ENV_VARS_TYPE = Literal[