runnable 0.32.3__tar.gz → 0.32.4__tar.gz

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.
Files changed (67) hide show
  1. {runnable-0.32.3 → runnable-0.32.4}/PKG-INFO +1 -1
  2. {runnable-0.32.3 → runnable-0.32.4}/extensions/pipeline_executor/argo.py +2 -8
  3. {runnable-0.32.3 → runnable-0.32.4}/pyproject.toml +1 -1
  4. {runnable-0.32.3 → runnable-0.32.4}/.gitignore +0 -0
  5. {runnable-0.32.3 → runnable-0.32.4}/LICENSE +0 -0
  6. {runnable-0.32.3 → runnable-0.32.4}/README.md +0 -0
  7. {runnable-0.32.3 → runnable-0.32.4}/extensions/README.md +0 -0
  8. {runnable-0.32.3 → runnable-0.32.4}/extensions/__init__.py +0 -0
  9. {runnable-0.32.3 → runnable-0.32.4}/extensions/catalog/README.md +0 -0
  10. {runnable-0.32.3 → runnable-0.32.4}/extensions/catalog/any_path.py +0 -0
  11. {runnable-0.32.3 → runnable-0.32.4}/extensions/catalog/file_system.py +0 -0
  12. {runnable-0.32.3 → runnable-0.32.4}/extensions/catalog/minio.py +0 -0
  13. {runnable-0.32.3 → runnable-0.32.4}/extensions/catalog/pyproject.toml +0 -0
  14. {runnable-0.32.3 → runnable-0.32.4}/extensions/catalog/s3.py +0 -0
  15. {runnable-0.32.3 → runnable-0.32.4}/extensions/job_executor/README.md +0 -0
  16. {runnable-0.32.3 → runnable-0.32.4}/extensions/job_executor/__init__.py +0 -0
  17. {runnable-0.32.3 → runnable-0.32.4}/extensions/job_executor/k8s.py +0 -0
  18. {runnable-0.32.3 → runnable-0.32.4}/extensions/job_executor/k8s_job_spec.yaml +0 -0
  19. {runnable-0.32.3 → runnable-0.32.4}/extensions/job_executor/local.py +0 -0
  20. {runnable-0.32.3 → runnable-0.32.4}/extensions/job_executor/local_container.py +0 -0
  21. {runnable-0.32.3 → runnable-0.32.4}/extensions/job_executor/pyproject.toml +0 -0
  22. {runnable-0.32.3 → runnable-0.32.4}/extensions/nodes/README.md +0 -0
  23. {runnable-0.32.3 → runnable-0.32.4}/extensions/nodes/nodes.py +0 -0
  24. {runnable-0.32.3 → runnable-0.32.4}/extensions/nodes/pyproject.toml +0 -0
  25. {runnable-0.32.3 → runnable-0.32.4}/extensions/nodes/torch.py +0 -0
  26. {runnable-0.32.3 → runnable-0.32.4}/extensions/nodes/torch_config.py +0 -0
  27. {runnable-0.32.3 → runnable-0.32.4}/extensions/pipeline_executor/README.md +0 -0
  28. {runnable-0.32.3 → runnable-0.32.4}/extensions/pipeline_executor/__init__.py +0 -0
  29. {runnable-0.32.3 → runnable-0.32.4}/extensions/pipeline_executor/local.py +0 -0
  30. {runnable-0.32.3 → runnable-0.32.4}/extensions/pipeline_executor/local_container.py +0 -0
  31. {runnable-0.32.3 → runnable-0.32.4}/extensions/pipeline_executor/mocked.py +0 -0
  32. {runnable-0.32.3 → runnable-0.32.4}/extensions/pipeline_executor/pyproject.toml +0 -0
  33. {runnable-0.32.3 → runnable-0.32.4}/extensions/pipeline_executor/retry.py +0 -0
  34. {runnable-0.32.3 → runnable-0.32.4}/extensions/run_log_store/README.md +0 -0
  35. {runnable-0.32.3 → runnable-0.32.4}/extensions/run_log_store/__init__.py +0 -0
  36. {runnable-0.32.3 → runnable-0.32.4}/extensions/run_log_store/any_path.py +0 -0
  37. {runnable-0.32.3 → runnable-0.32.4}/extensions/run_log_store/chunked_fs.py +0 -0
  38. {runnable-0.32.3 → runnable-0.32.4}/extensions/run_log_store/chunked_minio.py +0 -0
  39. {runnable-0.32.3 → runnable-0.32.4}/extensions/run_log_store/db/implementation_FF.py +0 -0
  40. {runnable-0.32.3 → runnable-0.32.4}/extensions/run_log_store/db/integration_FF.py +0 -0
  41. {runnable-0.32.3 → runnable-0.32.4}/extensions/run_log_store/file_system.py +0 -0
  42. {runnable-0.32.3 → runnable-0.32.4}/extensions/run_log_store/generic_chunked.py +0 -0
  43. {runnable-0.32.3 → runnable-0.32.4}/extensions/run_log_store/minio.py +0 -0
  44. {runnable-0.32.3 → runnable-0.32.4}/extensions/run_log_store/pyproject.toml +0 -0
  45. {runnable-0.32.3 → runnable-0.32.4}/extensions/secrets/README.md +0 -0
  46. {runnable-0.32.3 → runnable-0.32.4}/extensions/secrets/dotenv.py +0 -0
  47. {runnable-0.32.3 → runnable-0.32.4}/extensions/secrets/pyproject.toml +0 -0
  48. {runnable-0.32.3 → runnable-0.32.4}/extensions/tasks/torch.py +0 -0
  49. {runnable-0.32.3 → runnable-0.32.4}/extensions/tasks/torch_config.py +0 -0
  50. {runnable-0.32.3 → runnable-0.32.4}/runnable/__init__.py +0 -0
  51. {runnable-0.32.3 → runnable-0.32.4}/runnable/catalog.py +0 -0
  52. {runnable-0.32.3 → runnable-0.32.4}/runnable/cli.py +0 -0
  53. {runnable-0.32.3 → runnable-0.32.4}/runnable/context.py +0 -0
  54. {runnable-0.32.3 → runnable-0.32.4}/runnable/datastore.py +0 -0
  55. {runnable-0.32.3 → runnable-0.32.4}/runnable/defaults.py +0 -0
  56. {runnable-0.32.3 → runnable-0.32.4}/runnable/entrypoints.py +0 -0
  57. {runnable-0.32.3 → runnable-0.32.4}/runnable/exceptions.py +0 -0
  58. {runnable-0.32.3 → runnable-0.32.4}/runnable/executor.py +0 -0
  59. {runnable-0.32.3 → runnable-0.32.4}/runnable/graph.py +0 -0
  60. {runnable-0.32.3 → runnable-0.32.4}/runnable/names.py +0 -0
  61. {runnable-0.32.3 → runnable-0.32.4}/runnable/nodes.py +0 -0
  62. {runnable-0.32.3 → runnable-0.32.4}/runnable/parameters.py +0 -0
  63. {runnable-0.32.3 → runnable-0.32.4}/runnable/pickler.py +0 -0
  64. {runnable-0.32.3 → runnable-0.32.4}/runnable/sdk.py +0 -0
  65. {runnable-0.32.3 → runnable-0.32.4}/runnable/secrets.py +0 -0
  66. {runnable-0.32.3 → runnable-0.32.4}/runnable/tasks.py +0 -0
  67. {runnable-0.32.3 → runnable-0.32.4}/runnable/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: runnable
3
- Version: 0.32.3
3
+ Version: 0.32.4
4
4
  Summary: Add your description here
5
5
  Author-email: "Vammi, Vijay" <vijay.vammi@astrazeneca.com>
6
6
  License-File: LICENSE
@@ -61,7 +61,7 @@ class SecretEnvVar(BaseModel):
61
61
  valueFrom:
62
62
  secretKeyRef:
63
63
  name: my-secret
64
- key: mypassword
64
+ key: MYSECRETPASSWORD
65
65
  """
66
66
 
67
67
  environment_variable: str = Field(serialization_alias="name")
@@ -70,7 +70,7 @@ class SecretEnvVar(BaseModel):
70
70
 
71
71
  @computed_field # type: ignore
72
72
  @property
73
- def value_from(self) -> dict[str, dict[str, str]]:
73
+ def valueFrom(self) -> dict[str, dict[str, str]]:
74
74
  return {
75
75
  "secretKeyRef": {
76
76
  "name": self.secret_name,
@@ -765,12 +765,6 @@ class ArgoExecutor(GenericPipelineExecutor):
765
765
  )
766
766
  assert template_of_container.container is not None
767
767
 
768
- if working_on.node_type == "task":
769
- self._expose_secrets_to_task(
770
- working_on,
771
- container_template=template_of_container.container,
772
- )
773
-
774
768
  self._templates.append(template_of_container)
775
769
 
776
770
  case "map" | "parallel":
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "runnable"
3
- version = "0.32.3"
3
+ version = "0.32.4"
4
4
  description = "Add your description here"
5
5
  readme = "README.md"
6
6
  authors = [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes