truefoundry 0.2.2rc2__tar.gz → 0.2.2rc3__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.

Potentially problematic release.


This version of truefoundry might be problematic. Click here for more details.

Files changed (37) hide show
  1. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/PKG-INFO +1 -1
  2. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/pyproject.toml +1 -1
  3. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/deploy/cli/cli.py +1 -1
  4. truefoundry-0.2.2rc3/truefoundry/deploy/cli/version.py +6 -0
  5. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/README.md +0 -0
  6. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/__init__.py +0 -0
  7. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/__init__.py +0 -0
  8. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/agents/__init__.py +0 -0
  9. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/agents/base.py +0 -0
  10. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/agents/developer.py +0 -0
  11. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/agents/project_identifier.py +0 -0
  12. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/agents/tester.py +0 -0
  13. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/cli.py +0 -0
  14. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/constants.py +0 -0
  15. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/exception.py +0 -0
  16. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/logger.py +0 -0
  17. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/tools/__init__.py +0 -0
  18. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/tools/ask.py +0 -0
  19. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/tools/base.py +0 -0
  20. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/tools/commit.py +0 -0
  21. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/tools/docker_build.py +0 -0
  22. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/tools/docker_run.py +0 -0
  23. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/tools/file_type_counts.py +0 -0
  24. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/tools/list_files.py +0 -0
  25. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/tools/read_file.py +0 -0
  26. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/tools/send_request.py +0 -0
  27. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/tools/write_file.py +0 -0
  28. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/utils/client.py +0 -0
  29. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/utils/diff.py +0 -0
  30. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/autodeploy/utils/pydantic_compat.py +0 -0
  31. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/cli/__init__.py +0 -0
  32. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/cli/__main__.py +0 -0
  33. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/deploy/__init__.py +0 -0
  34. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/deploy/cli/__init__.py +0 -0
  35. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/deploy/cli/deploy.py +0 -0
  36. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/langchain/__init__.py +0 -0
  37. {truefoundry-0.2.2rc2 → truefoundry-0.2.2rc3}/truefoundry/ml/__init__.py +0 -0
@@ -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
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "truefoundry"
3
- version = "0.2.2rc2"
3
+ version = "0.2.2rc3"
4
4
  description = "Truefoundry CLI"
5
5
  authors = ["Abhishek Choudhary <abhichoudhary06@gmail.com>"]
6
6
  readme = "README.md"
@@ -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"
File without changes