truefoundry 0.2.2rc2__py3-none-any.whl → 0.2.2rc3__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 truefoundry might be problematic. Click here for more details.

@@ -15,9 +15,9 @@ from servicefoundry.cli.const import GROUP_CLS
15
15
  from servicefoundry.cli.util import setup_rich_click
16
16
  from servicefoundry.lib.util import is_debug_env_set, is_experimental_env_set
17
17
  from servicefoundry.logger import logger as servicefoundry_logger
18
- from servicefoundry.version import __version__
19
18
 
20
19
  from truefoundry.deploy.cli.deploy import deploy_v2_command
20
+ from truefoundry.deploy.cli.version import __version__
21
21
 
22
22
  servicefoundry_logger.setLevel(level=logging.INFO)
23
23
 
@@ -0,0 +1,6 @@
1
+ from importlib_metadata import version
2
+
3
+ try:
4
+ __version__ = version("truefoundry")
5
+ except Exception:
6
+ __version__ = "NA"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: truefoundry
3
- Version: 0.2.2rc2
3
+ Version: 0.2.2rc3
4
4
  Summary: Truefoundry CLI
5
5
  Author: Abhishek Choudhary
6
6
  Author-email: abhichoudhary06@gmail.com
@@ -27,11 +27,12 @@ truefoundry/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
27
  truefoundry/cli/__main__.py,sha256=Jap_IddZ9zNyMIyIkCw75xHQCN0WtV2dPZJ_pzdLsVc,916
28
28
  truefoundry/deploy/__init__.py,sha256=wDQq3y-t9zOEOVA61t15fRpAVQSpBtiWTyW5hVn1iz4,43
29
29
  truefoundry/deploy/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
- truefoundry/deploy/cli/cli.py,sha256=C2kHuod9BnFcaXYuBdSexGL_cczt2BRssRzzPbJuQdI,3135
30
+ truefoundry/deploy/cli/cli.py,sha256=tch2v6-GDt_OeEHu_9kcScQFHe0XBlagnz_GWHwOJwc,3143
31
31
  truefoundry/deploy/cli/deploy.py,sha256=hOb0GY1tiPzKy5P85iYAML0WyGSmKBXJgwxD5k5VoME,5105
32
+ truefoundry/deploy/cli/version.py,sha256=-wbVGV2uJ2DVdmoji4rGfVIROKTXG5_7G6DRXjGj_fE,127
32
33
  truefoundry/langchain/__init__.py,sha256=kQrM0qr2EoB-EFaPkVVVcmSBSJ8KsQzv0nx-LGzmCRo,53
33
34
  truefoundry/ml/__init__.py,sha256=yFjvF-e1RW488vLHgn5M7TXoajqww6grkKHb3mhqDEw,179
34
- truefoundry-0.2.2rc2.dist-info/METADATA,sha256=t8dRe9I3_97jSqwdHrPij-rFj15mEaAWrzTSWQ7d3p8,1839
35
- truefoundry-0.2.2rc2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
36
- truefoundry-0.2.2rc2.dist-info/entry_points.txt,sha256=TXvUxQkI6zmqJuycPsyxEIMr3oqfDjgrWj0m_9X12x4,95
37
- truefoundry-0.2.2rc2.dist-info/RECORD,,
35
+ truefoundry-0.2.2rc3.dist-info/METADATA,sha256=rPU8wZAN66l2L9iOgfsB_16XXYzhp_GscWcfjQ6CY5c,1839
36
+ truefoundry-0.2.2rc3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
37
+ truefoundry-0.2.2rc3.dist-info/entry_points.txt,sha256=TXvUxQkI6zmqJuycPsyxEIMr3oqfDjgrWj0m_9X12x4,95
38
+ truefoundry-0.2.2rc3.dist-info/RECORD,,