metaflow-stubs 2.18.12__py2.py3-none-any.whl → 2.19.0__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of metaflow-stubs might be problematic. Click here for more details.

Files changed (168) hide show
  1. metaflow-stubs/__init__.pyi +503 -502
  2. metaflow-stubs/cards.pyi +2 -2
  3. metaflow-stubs/cli.pyi +2 -2
  4. metaflow-stubs/cli_components/__init__.pyi +2 -2
  5. metaflow-stubs/cli_components/utils.pyi +2 -2
  6. metaflow-stubs/client/__init__.pyi +3 -2
  7. metaflow-stubs/client/core.pyi +62 -31
  8. metaflow-stubs/client/filecache.pyi +20 -4
  9. metaflow-stubs/events.pyi +7 -8
  10. metaflow-stubs/exception.pyi +2 -2
  11. metaflow-stubs/flowspec.pyi +7 -8
  12. metaflow-stubs/generated_for.txt +1 -1
  13. metaflow-stubs/includefile.pyi +4 -4
  14. metaflow-stubs/meta_files.pyi +2 -2
  15. metaflow-stubs/metadata_provider/__init__.pyi +2 -2
  16. metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
  17. metaflow-stubs/metadata_provider/metadata.pyi +2 -2
  18. metaflow-stubs/metadata_provider/util.pyi +2 -2
  19. metaflow-stubs/metaflow_config.pyi +16 -2
  20. metaflow-stubs/metaflow_current.pyi +32 -34
  21. metaflow-stubs/metaflow_git.pyi +3 -5
  22. metaflow-stubs/multicore_utils.pyi +4 -4
  23. metaflow-stubs/packaging_sys/__init__.pyi +39 -40
  24. metaflow-stubs/packaging_sys/backend.pyi +13 -13
  25. metaflow-stubs/packaging_sys/distribution_support.pyi +6 -7
  26. metaflow-stubs/packaging_sys/tar_backend.pyi +11 -11
  27. metaflow-stubs/packaging_sys/utils.pyi +3 -6
  28. metaflow-stubs/packaging_sys/v1.pyi +4 -4
  29. metaflow-stubs/parameters.pyi +6 -9
  30. metaflow-stubs/plugins/__init__.pyi +11 -11
  31. metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
  32. metaflow-stubs/plugins/airflow/airflow_decorator.pyi +2 -2
  33. metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
  34. metaflow-stubs/plugins/airflow/exception.pyi +2 -2
  35. metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
  36. metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
  37. metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
  38. metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
  39. metaflow-stubs/plugins/argo/__init__.pyi +2 -2
  40. metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
  41. metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
  42. metaflow-stubs/plugins/argo/argo_workflows.pyi +3 -3
  43. metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +4 -4
  44. metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +5 -3
  45. metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +11 -9
  46. metaflow-stubs/plugins/argo/exit_hooks.pyi +4 -7
  47. metaflow-stubs/plugins/aws/__init__.pyi +3 -3
  48. metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
  49. metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
  50. metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
  51. metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
  52. metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
  53. metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +2 -2
  54. metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
  55. metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
  56. metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
  57. metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +2 -2
  58. metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
  59. metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
  60. metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
  61. metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
  62. metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
  63. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +5 -3
  64. metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +9 -7
  65. metaflow-stubs/plugins/azure/__init__.pyi +2 -2
  66. metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
  67. metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
  68. metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +3 -3
  69. metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
  70. metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
  71. metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
  72. metaflow-stubs/plugins/cards/__init__.pyi +2 -2
  73. metaflow-stubs/plugins/cards/card_client.pyi +5 -6
  74. metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
  75. metaflow-stubs/plugins/cards/card_datastore.pyi +4 -2
  76. metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
  77. metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
  78. metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
  79. metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
  80. metaflow-stubs/plugins/cards/card_modules/components.pyi +14 -14
  81. metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
  82. metaflow-stubs/plugins/cards/card_modules/json_viewer.pyi +4 -4
  83. metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
  84. metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
  85. metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
  86. metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
  87. metaflow-stubs/plugins/cards/exception.pyi +2 -2
  88. metaflow-stubs/plugins/catch_decorator.pyi +3 -3
  89. metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
  90. metaflow-stubs/plugins/datatools/local.pyi +2 -2
  91. metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
  92. metaflow-stubs/plugins/datatools/s3/s3.pyi +27 -35
  93. metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
  94. metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
  95. metaflow-stubs/plugins/debug_logger.pyi +2 -2
  96. metaflow-stubs/plugins/debug_monitor.pyi +2 -2
  97. metaflow-stubs/plugins/environment_decorator.pyi +2 -2
  98. metaflow-stubs/plugins/events_decorator.pyi +2 -2
  99. metaflow-stubs/plugins/exit_hook/__init__.pyi +2 -2
  100. metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi +2 -2
  101. metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
  102. metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
  103. metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
  104. metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
  105. metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
  106. metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
  107. metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
  108. metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
  109. metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
  110. metaflow-stubs/plugins/kubernetes/kube_utils.pyi +3 -3
  111. metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
  112. metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
  113. metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
  114. metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
  115. metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
  116. metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
  117. metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
  118. metaflow-stubs/plugins/parsers.pyi +2 -2
  119. metaflow-stubs/plugins/project_decorator.pyi +2 -2
  120. metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
  121. metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
  122. metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
  123. metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
  124. metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
  125. metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
  126. metaflow-stubs/plugins/pypi/utils.pyi +2 -2
  127. metaflow-stubs/plugins/resources_decorator.pyi +2 -2
  128. metaflow-stubs/plugins/retry_decorator.pyi +2 -2
  129. metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
  130. metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
  131. metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
  132. metaflow-stubs/plugins/secrets/secrets_func.pyi +3 -5
  133. metaflow-stubs/plugins/secrets/secrets_spec.pyi +2 -2
  134. metaflow-stubs/plugins/secrets/utils.pyi +2 -2
  135. metaflow-stubs/plugins/storage_executor.pyi +2 -2
  136. metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
  137. metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
  138. metaflow-stubs/plugins/uv/__init__.pyi +2 -2
  139. metaflow-stubs/plugins/uv/uv_environment.pyi +3 -3
  140. metaflow-stubs/pylint_wrapper.pyi +2 -2
  141. metaflow-stubs/runner/__init__.pyi +2 -2
  142. metaflow-stubs/runner/deployer.pyi +20 -19
  143. metaflow-stubs/runner/deployer_impl.pyi +6 -4
  144. metaflow-stubs/runner/metaflow_runner.pyi +134 -21
  145. metaflow-stubs/runner/nbdeploy.pyi +3 -3
  146. metaflow-stubs/runner/nbrun.pyi +3 -3
  147. metaflow-stubs/runner/subprocess_manager.pyi +8 -8
  148. metaflow-stubs/runner/utils.pyi +4 -5
  149. metaflow-stubs/system/__init__.pyi +2 -2
  150. metaflow-stubs/system/system_logger.pyi +4 -5
  151. metaflow-stubs/system/system_monitor.pyi +3 -3
  152. metaflow-stubs/tagging_util.pyi +2 -2
  153. metaflow-stubs/tuple_util.pyi +2 -2
  154. metaflow-stubs/user_configs/__init__.pyi +2 -2
  155. metaflow-stubs/user_configs/config_options.pyi +5 -6
  156. metaflow-stubs/user_configs/config_parameters.pyi +9 -9
  157. metaflow-stubs/user_decorators/__init__.pyi +2 -2
  158. metaflow-stubs/user_decorators/common.pyi +6 -6
  159. metaflow-stubs/user_decorators/mutable_flow.pyi +6 -7
  160. metaflow-stubs/user_decorators/mutable_step.pyi +6 -9
  161. metaflow-stubs/user_decorators/user_flow_decorator.pyi +6 -7
  162. metaflow-stubs/user_decorators/user_step_decorator.pyi +22 -15
  163. metaflow-stubs/version.pyi +2 -2
  164. {metaflow_stubs-2.18.12.dist-info → metaflow_stubs-2.19.0.dist-info}/METADATA +2 -2
  165. metaflow_stubs-2.19.0.dist-info/RECORD +168 -0
  166. metaflow_stubs-2.18.12.dist-info/RECORD +0 -168
  167. {metaflow_stubs-2.18.12.dist-info → metaflow_stubs-2.19.0.dist-info}/WHEEL +0 -0
  168. {metaflow_stubs-2.18.12.dist-info → metaflow_stubs-2.19.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.098053 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.744365 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -10,10 +10,10 @@ import typing
10
10
  import abc
11
11
  import metaflow
12
12
  if typing.TYPE_CHECKING:
13
- import tarfile
14
- import abc
15
13
  import metaflow.packaging_sys.backend
16
14
  import typing
15
+ import abc
16
+ import tarfile
17
17
  import _io
18
18
 
19
19
  from .backend import PackagingBackend as PackagingBackend
@@ -26,19 +26,19 @@ class TarPackagingBackend(metaflow.packaging_sys.backend.PackagingBackend, metac
26
26
  ...
27
27
  def create(self):
28
28
  ...
29
- def add_file(self, filename: str, arcname: typing.Optional[str] = None):
29
+ def add_file(self, filename: str, arcname: str | None = None):
30
30
  ...
31
31
  def add_data(self, data: _io.BytesIO, arcname: str):
32
32
  ...
33
33
  def close(self):
34
34
  ...
35
- def get_blob(self) -> typing.Union[bytes, bytearray, None]:
35
+ def get_blob(self) -> bytes | bytearray | None:
36
36
  ...
37
37
  @classmethod
38
38
  def cls_open(cls, content: typing.IO[bytes]) -> tarfile.TarFile:
39
39
  ...
40
40
  @classmethod
41
- def cls_member_name(cls, member: typing.Union[tarfile.TarInfo, str]) -> str:
41
+ def cls_member_name(cls, member: tarfile.TarInfo | str) -> str:
42
42
  """
43
43
  Returns the name of the member as a string.
44
44
  """
@@ -47,16 +47,16 @@ class TarPackagingBackend(metaflow.packaging_sys.backend.PackagingBackend, metac
47
47
  def cls_has_member(cls, archive: tarfile.TarFile, name: str) -> bool:
48
48
  ...
49
49
  @classmethod
50
- def cls_get_member(cls, archive: tarfile.TarFile, name: str) -> typing.Optional[bytes]:
50
+ def cls_get_member(cls, archive: tarfile.TarFile, name: str) -> bytes | None:
51
51
  ...
52
52
  @classmethod
53
- def cls_extract_members(cls, archive: tarfile.TarFile, members: typing.Optional[typing.List[typing.Any]] = None, dest_dir: str = '.'):
53
+ def cls_extract_members(cls, archive: tarfile.TarFile, members: typing.List[typing.Any] | None = None, dest_dir: str = '.'):
54
54
  ...
55
55
  @classmethod
56
- def cls_list_members(cls, archive: tarfile.TarFile) -> typing.Optional[typing.List[tarfile.TarInfo]]:
56
+ def cls_list_members(cls, archive: tarfile.TarFile) -> typing.List[tarfile.TarInfo] | None:
57
57
  ...
58
58
  @classmethod
59
- def cls_list_names(cls, archive: tarfile.TarFile) -> typing.Optional[typing.List[str]]:
59
+ def cls_list_names(cls, archive: tarfile.TarFile) -> typing.List[str] | None:
60
60
  ...
61
61
  ...
62
62
 
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.098434 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.744733 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -9,10 +9,7 @@ from __future__ import annotations
9
9
  import typing
10
10
 
11
11
 
12
- def walk_without_cycles(top_root: str, exclude_dirs: typing.Optional[typing.List[str]] = None) -> typing.Generator[typing.Tuple[str, typing.List[str]], None, None]:
13
- ...
14
-
15
- def walk(root: str, exclude_hidden: bool = True, file_filter: typing.Optional[typing.Callable[[str], bool]] = None, exclude_tl_dirs: typing.Optional[typing.List[str]] = None) -> typing.Generator[typing.Tuple[str, str], None, None]:
12
+ def walk(root: str, exclude_hidden: bool = True, file_filter: typing.Callable[[str], bool] | None = None, exclude_tl_dirs: typing.List[str] | None = None) -> typing.Generator[typing.Tuple[str, str], None, None]:
16
13
  ...
17
14
 
18
15
  def suffix_filter(suffixes: typing.List[str]) -> typing.Callable[[str], bool]:
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.099318 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.745642 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -43,7 +43,7 @@ class MetaflowCodeContentV1(metaflow.packaging_sys.MetaflowCodeContentV1Base, me
43
43
  Files or directories to exclude
44
44
  """
45
45
  ...
46
- def content_names(self, content_types: typing.Optional[int] = None) -> typing.Generator[typing.Tuple[str, str], None, None]:
46
+ def content_names(self, content_types: int | None = None) -> typing.Generator[typing.Tuple[str, str], None, None]:
47
47
  """
48
48
  Detailed list of the content of this MetaflowCodeContent. This will list all files
49
49
  (or non files -- for the INFO or CONFIG data for example) present in the archive.
@@ -59,7 +59,7 @@ class MetaflowCodeContentV1(metaflow.packaging_sys.MetaflowCodeContentV1Base, me
59
59
  Path on the filesystem and the name in the archive
60
60
  """
61
61
  ...
62
- def contents(self, content_types: typing.Optional[int] = None) -> typing.Generator[typing.Tuple[typing.Union[bytes, str], str], None, None]:
62
+ def contents(self, content_types: int | None = None) -> typing.Generator[typing.Tuple[bytes | str, str], None, None]:
63
63
  """
64
64
  Very similar to content_names but returns the content of the non-files
65
65
  as well as bytes. For files, identical output as content_names
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.068434 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.714775 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -9,9 +9,9 @@ from __future__ import annotations
9
9
  import typing
10
10
  import metaflow
11
11
  if typing.TYPE_CHECKING:
12
- import metaflow.parameters
13
12
  import metaflow._vendor.click.types
14
13
  import typing
14
+ import metaflow.parameters
15
15
 
16
16
  from ._vendor import click as click
17
17
  from .exception import ParameterFieldFailed as ParameterFieldFailed
@@ -25,7 +25,7 @@ class ParameterContext(tuple, metaclass=type):
25
25
  ParameterContext(flow_name, user_name, parameter_name, logger, ds_type, configs)
26
26
  """
27
27
  @staticmethod
28
- def __new__(_cls, flow_name: str, user_name: str, parameter_name: str, logger: typing.Callable[..., None], ds_type: str, configs: typing.Optional["ConfigValue"]):
28
+ def __new__(_cls, flow_name: str, user_name: str, parameter_name: str, logger: typing.Callable[..., None], ds_type: str, configs: ForwardRef('ConfigValue') | None):
29
29
  """
30
30
  Create new instance of ParameterContext(flow_name, user_name, parameter_name, logger, ds_type, configs)
31
31
  """
@@ -40,10 +40,7 @@ class ParameterContext(tuple, metaclass=type):
40
40
  Return self as a plain tuple. Used by copy and pickle.
41
41
  """
42
42
  ...
43
- def __init__(self, flow_name: str, user_name: str, parameter_name: str, logger: typing.Callable[..., None], ds_type: str, configs: typing.Optional["ConfigValue"]):
44
- """
45
- The type of the None singleton.
46
- """
43
+ def __annotate_func__(format):
47
44
  ...
48
45
  ...
49
46
 
@@ -170,7 +167,7 @@ class Parameter(object, metaclass=type):
170
167
  If True, show the default value in the help text. A value of None is equivalent
171
168
  to True.
172
169
  """
173
- def __init__(self, name: str, default: typing.Union[str, float, int, bool, typing.Dict[str, typing.Any], typing.Callable[[metaflow.parameters.ParameterContext], typing.Union[str, float, int, bool, typing.Dict[str, typing.Any]]], None] = None, type: typing.Union[typing.Type[str], typing.Type[float], typing.Type[int], typing.Type[bool], metaflow.parameters.JSONTypeClass, None] = None, help: typing.Optional[str] = None, required: typing.Optional[bool] = None, show_default: typing.Optional[bool] = None, **kwargs: typing.Dict[str, typing.Any]):
170
+ def __init__(self, name: str, default: str | float | int | bool | typing.Dict[str, typing.Any] | typing.Callable[[metaflow.parameters.ParameterContext], str | float | int | bool | typing.Dict[str, typing.Any]] | None = None, type: typing.Type[str] | typing.Type[float] | typing.Type[int] | typing.Type[bool] | metaflow.parameters.JSONTypeClass | None = None, help: str | None = None, required: bool | None = None, show_default: bool | None = None, **kwargs: typing.Dict[str, typing.Any]):
174
171
  ...
175
172
  def init(self, ignore_errors = False):
176
173
  ...
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.078238 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.725585 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -9,20 +9,20 @@ from __future__ import annotations
9
9
 
10
10
  from . import test_unbounded_foreach_decorator as test_unbounded_foreach_decorator
11
11
  from .test_unbounded_foreach_decorator import InternalTestUnboundedForeachInput as InternalTestUnboundedForeachInput
12
- from . import retry_decorator as retry_decorator
13
- from . import catch_decorator as catch_decorator
14
- from . import cards as cards
15
- from . import environment_decorator as environment_decorator
16
- from . import aws as aws
17
- from . import timeout_decorator as timeout_decorator
18
- from . import datatools as datatools
19
12
  from . import parallel_decorator as parallel_decorator
13
+ from . import catch_decorator as catch_decorator
14
+ from . import frameworks as frameworks
20
15
  from . import pypi as pypi
21
- from . import kubernetes as kubernetes
22
16
  from . import resources_decorator as resources_decorator
17
+ from . import kubernetes as kubernetes
18
+ from . import timeout_decorator as timeout_decorator
19
+ from . import aws as aws
20
+ from . import environment_decorator as environment_decorator
21
+ from . import datatools as datatools
22
+ from . import retry_decorator as retry_decorator
23
+ from . import cards as cards
23
24
  from . import airflow as airflow
24
25
  from . import argo as argo
25
- from . import frameworks as frameworks
26
26
  from . import secrets as secrets
27
27
  from . import exit_hook as exit_hook
28
28
  from . import events_decorator as events_decorator
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.111503 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.758707 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.141668 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.788720 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.141328 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.788392 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.141862 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.788913 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.142127 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.789161 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.155721 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.802165 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.156013 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.802465 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.156241 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.802699 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.111742 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.758923 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.162221 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.808915 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.142585 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.789632 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.167861 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.814239 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -9,8 +9,8 @@ from __future__ import annotations
9
9
  import typing
10
10
  import metaflow
11
11
  if typing.TYPE_CHECKING:
12
- import metaflow.graph
13
12
  import metaflow.exception
13
+ import metaflow.graph
14
14
 
15
15
  from ...parameters import JSONType as JSONType
16
16
  from ...metaflow_current import current as current
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.142906 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.789941 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -9,9 +9,9 @@ from __future__ import annotations
9
9
  import metaflow
10
10
  import typing
11
11
  if typing.TYPE_CHECKING:
12
- import metaflow.decorators
13
- import metaflow.flowspec
14
12
  import metaflow.graph
13
+ import metaflow.flowspec
14
+ import metaflow.decorators
15
15
 
16
16
  from ...metaflow_current import current as current
17
17
  from ...events import Trigger as Trigger
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.143377 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.790542 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -10,8 +10,8 @@ import typing
10
10
  import metaflow
11
11
  if typing.TYPE_CHECKING:
12
12
  import metaflow.runner.deployer_impl
13
- import metaflow.plugins.argo.argo_workflows_deployer_objects
14
13
  import typing
14
+ import metaflow.plugins.argo.argo_workflows_deployer_objects
15
15
 
16
16
  from ...runner.deployer_impl import DeployerImpl as DeployerImpl
17
17
 
@@ -93,5 +93,7 @@ class ArgoWorkflowsDeployer(metaflow.runner.deployer_impl.DeployerImpl, metaclas
93
93
  The Flow deployed to Argo Workflows.
94
94
  """
95
95
  ...
96
+ def __annotate_func__(format):
97
+ ...
96
98
  ...
97
99
 
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.159564 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.806293 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -9,8 +9,8 @@ from __future__ import annotations
9
9
  import typing
10
10
  import metaflow
11
11
  if typing.TYPE_CHECKING:
12
- import metaflow.runner.deployer
13
12
  import metaflow.plugins.argo.argo_workflows_deployer_objects
13
+ import metaflow.runner.deployer
14
14
 
15
15
  from ...client.core import get_metadata as get_metadata
16
16
  from ...exception import MetaflowException as MetaflowException
@@ -75,7 +75,7 @@ class ArgoWorkflowsTriggeredRun(metaflow.runner.deployer.TriggeredRun, metaclass
75
75
  True if the command was successful, False otherwise.
76
76
  """
77
77
  ...
78
- def wait_for_completion(self, check_interval: int = 5, timeout: typing.Optional[int] = None):
78
+ def wait_for_completion(self, check_interval: int = 5, timeout: int | None = None):
79
79
  """
80
80
  Wait for the workflow to complete or timeout.
81
81
 
@@ -106,7 +106,7 @@ class ArgoWorkflowsTriggeredRun(metaflow.runner.deployer.TriggeredRun, metaclass
106
106
  """
107
107
  ...
108
108
  @property
109
- def status(self) -> typing.Optional[str]:
109
+ def status(self) -> str | None:
110
110
  """
111
111
  Get the status of the triggered run.
112
112
 
@@ -124,7 +124,7 @@ class ArgoWorkflowsDeployedFlow(metaflow.runner.deployer.DeployedFlow, metaclass
124
124
  A class representing a deployed Argo Workflow template.
125
125
  """
126
126
  @classmethod
127
- def list_deployed_flows(cls, flow_name: typing.Optional[str] = None):
127
+ def list_deployed_flows(cls, flow_name: str | None = None):
128
128
  """
129
129
  List all deployed Argo Workflow templates.
130
130
 
@@ -142,7 +142,7 @@ class ArgoWorkflowsDeployedFlow(metaflow.runner.deployer.DeployedFlow, metaclass
142
142
  """
143
143
  ...
144
144
  @classmethod
145
- def from_deployment(cls, identifier: str, metadata: typing.Optional[str] = None):
145
+ def from_deployment(cls, identifier: str, metadata: str | None = None):
146
146
  """
147
147
  Retrieves a `ArgoWorkflowsDeployedFlow` object from an identifier and optional
148
148
  metadata.
@@ -162,7 +162,7 @@ class ArgoWorkflowsDeployedFlow(metaflow.runner.deployer.DeployedFlow, metaclass
162
162
  """
163
163
  ...
164
164
  @classmethod
165
- def get_triggered_run(cls, identifier: str, run_id: str, metadata: typing.Optional[str] = None):
165
+ def get_triggered_run(cls, identifier: str, run_id: str, metadata: str | None = None):
166
166
  """
167
167
  Retrieves a `ArgoWorkflowsTriggeredRun` object from an identifier, a run id and
168
168
  optional metadata.
@@ -184,7 +184,7 @@ class ArgoWorkflowsDeployedFlow(metaflow.runner.deployer.DeployedFlow, metaclass
184
184
  """
185
185
  ...
186
186
  @property
187
- def production_token(self) -> typing.Optional[str]:
187
+ def production_token(self) -> str | None:
188
188
  """
189
189
  Get the production token for the deployed flow.
190
190
 
@@ -230,5 +230,7 @@ class ArgoWorkflowsDeployedFlow(metaflow.runner.deployer.DeployedFlow, metaclass
230
230
  If there is an error during the trigger process.
231
231
  """
232
232
  ...
233
+ def __annotate_func__(format):
234
+ ...
233
235
  ...
234
236
 
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.170200 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.816382 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -24,15 +24,12 @@ class Hook(object, metaclass=type):
24
24
  Abstraction for Argo Workflows exit hooks.
25
25
  A hook consists of a Template, and one or more LifecycleHooks that trigger the template
26
26
  """
27
- def __init__(self, template: _Template, lifecycle_hooks: typing.List["_LifecycleHook"]):
28
- """
29
- The type of the None singleton.
30
- """
27
+ def __annotate_func__(format):
31
28
  ...
32
29
  ...
33
30
 
34
31
  class HttpExitHook(Hook, metaclass=type):
35
- def __init__(self, name: str, url: str, method: str = 'GET', headers: typing.Optional[typing.Dict] = None, body: typing.Optional[str] = None, on_success: bool = False, on_error: bool = False):
32
+ def __init__(self, name: str, url: str, method: str = 'GET', headers: typing.Dict | None = None, body: str | None = None, on_success: bool = False, on_error: bool = False):
36
33
  ...
37
34
  ...
38
35
 
@@ -1,14 +1,14 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.109468 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.757453 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
9
 
10
- from . import batch as batch
11
10
  from . import aws_utils as aws_utils
11
+ from . import batch as batch
12
12
  from . import step_functions as step_functions
13
13
  from . import aws_client as aws_client
14
14
  from . import secrets_manager as secrets_manager
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.130784 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.781683 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.130275 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.780875 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.129852 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.781099 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.152797 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.798579 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.151977 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.797756 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.153449 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.799214 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations
@@ -1,7 +1,7 @@
1
1
  ######################################################################################################
2
2
  # Auto-generated Metaflow stub file #
3
- # MF version: 2.18.12 #
4
- # Generated on 2025-10-15T20:44:18.130999 #
3
+ # MF version: 2.19.0 #
4
+ # Generated on 2025-10-26T02:29:29.781893 #
5
5
  ######################################################################################################
6
6
 
7
7
  from __future__ import annotations