outerbounds 0.10.14__py3-none-any.whl → 0.10.37__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 outerbounds might be problematic. Click here for more details.

@@ -26,7 +26,7 @@ class SecretOutput:
26
26
  if self.type == "text":
27
27
  return "\n".join(
28
28
  [
29
- f"{k}={v}"
29
+ f'{k}="{v}"'
30
30
  for _, secret in self._secrets.items()
31
31
  for k, v in secret.items()
32
32
  ]
@@ -40,7 +40,7 @@ def cli(**kwargs):
40
40
  pass
41
41
 
42
42
 
43
- @click.group(help="Manage secrets")
43
+ @click.group(help="Manage secrets", hidden=True)
44
44
  def secrets(**kwargs):
45
45
  pass
46
46
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: outerbounds
3
- Version: 0.10.14
3
+ Version: 0.10.37
4
4
  Summary: More Data Science, Less Administration
5
5
  License: Proprietary
6
6
  Keywords: data science,machine learning,MLOps
@@ -27,14 +27,15 @@ Requires-Dist: google-api-core (>=2.16.1,<3.0.0) ; extra == "gcp"
27
27
  Requires-Dist: google-auth (>=2.27.0,<3.0.0) ; extra == "gcp"
28
28
  Requires-Dist: google-cloud-secret-manager (>=2.20.0,<3.0.0) ; extra == "gcp"
29
29
  Requires-Dist: google-cloud-storage (>=2.14.0,<3.0.0) ; extra == "gcp"
30
- Requires-Dist: metaflow_checkpoint (==0.2.8)
31
- Requires-Dist: ob-metaflow (==2.18.10.1)
32
- Requires-Dist: ob-metaflow-extensions (==1.4.22)
33
- Requires-Dist: ob-metaflow-stubs (==6.0.10.14)
34
- Requires-Dist: ob-project-utils (==0.1.44)
30
+ Requires-Dist: metaflow_checkpoint (==0.2.10)
31
+ Requires-Dist: ob-metaflow (==2.19.15.2)
32
+ Requires-Dist: ob-metaflow-extensions (==1.4.42)
33
+ Requires-Dist: ob-metaflow-stubs (==6.0.10.37)
34
+ Requires-Dist: ob-project-utils (>=0.2.14)
35
35
  Requires-Dist: opentelemetry-distro (>=0.41b0) ; extra == "otel"
36
36
  Requires-Dist: opentelemetry-exporter-otlp-proto-http (>=1.20.0) ; extra == "otel"
37
37
  Requires-Dist: opentelemetry-instrumentation-requests (>=0.41b0) ; extra == "otel"
38
+ Requires-Dist: packaging (>=24.0,<25.0) ; extra == "gcp"
38
39
  Project-URL: Documentation, https://docs.metaflow.org
39
40
  Description-Content-Type: text/markdown
40
41
 
@@ -43,13 +43,14 @@ outerbounds/apps/__init__.py,sha256=eRDiY-9iQAiABlDmQHniev92uqoTxdSNQbxlElLuTYc,
43
43
  outerbounds/cli_main.py,sha256=e9UMnPysmc7gbrimq2I4KfltggyU7pw59Cn9aEguVcU,74
44
44
  outerbounds/command_groups/__init__.py,sha256=QPWtj5wDRTINDxVUL7XPqG3HoxHNvYOg08EnuSZB2Hc,21
45
45
  outerbounds/command_groups/apps_cli.py,sha256=fXwFjL64ZxlysFuJKoVmj5iX6tmHuU2hU5on2P0fCFc,20830
46
- outerbounds/command_groups/cli.py,sha256=5xWLs-rp7QABrICWD-u13g8KCRLm9PwtHaJ6tmJzJvo,582
46
+ outerbounds/command_groups/cli.py,sha256=evBCD2YoLHZKsU5qtRVoMUofHTPevztLBQy18bZXptc,634
47
47
  outerbounds/command_groups/fast_bakery_cli.py,sha256=5kja7v6C651XAY6dsP_IkBPJQgfU4hA4S9yTOiVPhW0,6213
48
48
  outerbounds/command_groups/flowprojects_cli.py,sha256=gFAA_zUIyhD092Hd7IW5InuIxOqdwRJsHgyWQjy8LZw,3792
49
+ outerbounds/command_groups/integrations_cli.py,sha256=BNK1V3SBBkSbNwyN8B4iGkPc7ot78VbDCPhJxfelb_c,67402
49
50
  outerbounds/command_groups/kubernetes_cli.py,sha256=2bxPKUp5g_gdwVo4lT-IeWvHxz6Jmj1KxG70nXNgX_M,14758
50
51
  outerbounds/command_groups/local_setup_cli.py,sha256=tuuqJRXQ_guEwOuQSIf9wkUU0yg8yAs31myGViAK15s,36364
51
52
  outerbounds/command_groups/perimeters_cli.py,sha256=z8vwEpNgRXMIMAWltpdaQD72fYGld-mUkcTHrkmkCyk,19299
52
- outerbounds/command_groups/secrets_cli.py,sha256=Vgn_aiTo76a0s5hCJhNWEOrCVhyYeivD08ooQxz0y7c,2952
53
+ outerbounds/command_groups/secrets_cli.py,sha256=tuxkjjGNW1IvyVbFQfc5ayxCCdkJucw-CIGggoYsJsw,2967
53
54
  outerbounds/command_groups/tutorials_cli.py,sha256=UInFyiMqtscHFfi8YQwiY_6Sdw9quJOtRu5OukEBccw,3522
54
55
  outerbounds/command_groups/workstations_cli.py,sha256=W3OFmInYUfd7Gl3baXIIleZWx6NI3bSeXAqCZ-uvYfA,27901
55
56
  outerbounds/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -60,7 +61,7 @@ outerbounds/utils/schema.py,sha256=lMUr9kNgn9wy-sO_t_Tlxmbt63yLeN4b0xQXbDUDj4A,2
60
61
  outerbounds/utils/ssh_utils.py,sha256=MRJ7Oy0M7Lqqs397JDJczTYvxvyHJ_XvBdjt4ZYKaPE,19599
61
62
  outerbounds/utils/utils.py,sha256=4Z8cszNob_8kDYCLNTrP-wWads_S_MdL3Uj3ju4mEsk,501
62
63
  outerbounds/vendor.py,sha256=gRLRJNXtZBeUpPEog0LOeIsl6GosaFFbCxUvR4bW6IQ,5093
63
- outerbounds-0.10.14.dist-info/METADATA,sha256=ujK_H-jWwhqO9prqYvFRjfCZhuQzJFBaOj28a-7JPZE,1879
64
- outerbounds-0.10.14.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
65
- outerbounds-0.10.14.dist-info/entry_points.txt,sha256=AP6rZg7y5SK9e9a9iVq0Fi9Q2KPjPZSwtZ6R98rLw-8,56
66
- outerbounds-0.10.14.dist-info/RECORD,,
64
+ outerbounds-0.10.37.dist-info/METADATA,sha256=DoLPCwF-zRI2eQ8D37q39HA6_2zya2JEcyM1lmtQC1I,1937
65
+ outerbounds-0.10.37.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
66
+ outerbounds-0.10.37.dist-info/entry_points.txt,sha256=AP6rZg7y5SK9e9a9iVq0Fi9Q2KPjPZSwtZ6R98rLw-8,56
67
+ outerbounds-0.10.37.dist-info/RECORD,,