truefoundry 0.2.7rc1__tar.gz → 0.2.8__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.7rc1 → truefoundry-0.2.8}/PKG-INFO +8 -8
  2. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/README.md +1 -1
  3. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/pyproject.toml +14 -12
  4. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/deploy/cli/cli.py +1 -10
  5. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/__init__.py +0 -0
  6. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/__init__.py +0 -0
  7. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/agents/__init__.py +0 -0
  8. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/agents/base.py +0 -0
  9. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/agents/developer.py +0 -0
  10. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/agents/project_identifier.py +0 -0
  11. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/agents/tester.py +0 -0
  12. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/cli.py +0 -0
  13. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/constants.py +0 -0
  14. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/exception.py +0 -0
  15. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/logger.py +0 -0
  16. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/tools/__init__.py +0 -0
  17. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/tools/ask.py +0 -0
  18. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/tools/base.py +0 -0
  19. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/tools/commit.py +0 -0
  20. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/tools/docker_build.py +0 -0
  21. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/tools/docker_run.py +0 -0
  22. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/tools/file_type_counts.py +0 -0
  23. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/tools/list_files.py +0 -0
  24. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/tools/read_file.py +0 -0
  25. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/tools/send_request.py +0 -0
  26. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/tools/write_file.py +0 -0
  27. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/utils/client.py +0 -0
  28. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/utils/diff.py +0 -0
  29. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/autodeploy/utils/pydantic_compat.py +0 -0
  30. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/cli/__init__.py +0 -0
  31. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/cli/__main__.py +0 -0
  32. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/deploy/__init__.py +0 -0
  33. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/deploy/cli/__init__.py +0 -0
  34. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/deploy/cli/deploy.py +0 -0
  35. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/deploy/cli/version.py +0 -0
  36. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/langchain/__init__.py +0 -0
  37. {truefoundry-0.2.7rc1 → truefoundry-0.2.8}/truefoundry/ml/__init__.py +0 -0
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: truefoundry
3
- Version: 0.2.7rc1
3
+ Version: 0.2.8
4
4
  Summary: Truefoundry CLI
5
5
  Author: Abhishek Choudhary
6
- Author-email: abhichoudhary06@gmail.com
6
+ Author-email: abhishek@truefoundry.com
7
7
  Requires-Python: >=3.8,<3.13
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3.8
@@ -13,18 +13,18 @@ Classifier: Programming Language :: Python :: 3.11
13
13
  Classifier: Programming Language :: Python :: 3.12
14
14
  Provides-Extra: ml
15
15
  Requires-Dist: docker (>=7.0.0,<8.0.0)
16
- Requires-Dist: gitignorefile (>=1.1.2,<2.0.0)
17
- Requires-Dist: gitpython (>=3.1.43,<4.0.0)
18
- Requires-Dist: mlfoundry (==0.10.12) ; extra == "ml"
16
+ Requires-Dist: gitignorefile (>=1.1.2,<1.2.0)
17
+ Requires-Dist: gitpython (>=3.1.43,<3.2.0)
18
+ Requires-Dist: mlfoundry (==0.11.0) ; extra == "ml"
19
19
  Requires-Dist: openai (>=1.16.2,<2.0.0)
20
20
  Requires-Dist: pydantic (>=1.10.0,<3)
21
- Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
21
+ Requires-Dist: python-dotenv (>=1.0.1,<1.1.0)
22
22
  Requires-Dist: requests (>=2.31.0,<3.0.0)
23
23
  Requires-Dist: rich (>=13.7.1,<14.0.0)
24
- Requires-Dist: servicefoundry (==0.10.15)
24
+ Requires-Dist: servicefoundry (==0.10.16)
25
25
  Description-Content-Type: text/markdown
26
26
 
27
- # Truefoundry
27
+ # TrueFoundry
28
28
 
29
29
  TrueFoundry library to help you interact with the platform programmatically by
30
30
 
@@ -1,4 +1,4 @@
1
- # Truefoundry
1
+ # TrueFoundry
2
2
 
3
3
  TrueFoundry library to help you interact with the platform programmatically by
4
4
 
@@ -1,28 +1,30 @@
1
1
  [tool.poetry]
2
2
  name = "truefoundry"
3
- version = "0.2.7rc1"
3
+ version = "0.2.8"
4
4
  description = "Truefoundry CLI"
5
- authors = ["Abhishek Choudhary <abhichoudhary06@gmail.com>"]
5
+ authors = ["Abhishek Choudhary <abhishek@truefoundry.com>"]
6
6
  readme = "README.md"
7
7
 
8
8
  [tool.poetry.dependencies]
9
- python = "^3.8,<3.13"
10
- servicefoundry = "0.10.15"
11
- mlfoundry = { version = "0.10.12", optional = true }
12
- openai = "^1.16.2"
13
- docker = "^7.0.0"
9
+ python = ">=3.8,<3.13"
10
+ servicefoundry = "0.10.16"
11
+ mlfoundry = { version = "0.11.0", optional = true }
12
+ openai = ">=1.16.2,<2.0.0"
13
+ docker = ">=7.0.0,<8.0.0"
14
14
  pydantic = ">=1.10.0,<3"
15
- rich = "^13.7.1"
15
+ rich = ">=13.7.1,<14.0.0"
16
16
  requests = ">=2.31.0,<3.0.0"
17
- python-dotenv = "^1.0.1"
18
- gitignorefile = "^1.1.2"
19
- gitpython = "^3.1.43"
17
+ python-dotenv = ">=1.0.1,<1.1.0"
18
+ gitignorefile = ">=1.1.2,<1.2.0"
19
+ gitpython = ">=3.1.43,<3.2.0"
20
20
 
21
21
  [tool.poetry.extras]
22
22
  ml = ["mlfoundry"]
23
23
 
24
24
  [tool.poetry.group.dev.dependencies]
25
- ruff = "^0.3.5"
25
+ ruff = ">=0.4.10"
26
+ pre-commit = ">=3.5.0,<4.0.0"
27
+ pytest = ">=8.2.2,<9.0.0"
26
28
 
27
29
  [tool.poetry-dynamic-versioning]
28
30
  enable = false
@@ -5,11 +5,11 @@ import rich_click as click
5
5
  from servicefoundry import logger
6
6
  from servicefoundry.cli.commands import (
7
7
  deploy_patch_v2_command,
8
+ get_apply_command,
8
9
  get_delete_command,
9
10
  get_login_command,
10
11
  get_logout_command,
11
12
  get_patch_command,
12
- get_apply_command,
13
13
  )
14
14
  from servicefoundry.cli.config import CliConfig
15
15
  from servicefoundry.cli.const import GROUP_CLS
@@ -38,20 +38,11 @@ def create_truefoundry_cli():
38
38
  """
39
39
  cli = truefoundry_cli
40
40
  cli.add_command(get_login_command())
41
- # cli.add_command(get_get_command())
42
- # cli.add_command(get_list_command())
43
41
  cli.add_command(get_delete_command())
44
- # cli.add_command(get_create_command())
45
- # cli.add_command(get_redeploy_command())
46
42
  cli.add_command(get_logout_command())
47
- # cli.add_command(get_build_command())
48
43
  cli.add_command(deploy_v2_command)
49
44
  cli.add_command(deploy_patch_v2_command)
50
45
  cli.add_command(get_apply_command())
51
- # cli.add_command(get_build_logs_command())
52
- # cli.add_command(get_logs_command())
53
- # cli.add_command(get_trigger_command())
54
- # cli.add_command(get_terminate_command())
55
46
 
56
47
  if not (sys.platform.startswith("win32") or sys.platform.startswith("cygwin")):
57
48
  cli.add_command(get_patch_command())