truefoundry 0.12.1__py3-none-any.whl → 0.13.0__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.
- truefoundry/deploy/_autogen/models.py +4 -4
- {truefoundry-0.12.1.dist-info → truefoundry-0.13.0.dist-info}/METADATA +3 -3
- {truefoundry-0.12.1.dist-info → truefoundry-0.13.0.dist-info}/RECORD +5 -5
- {truefoundry-0.12.1.dist-info → truefoundry-0.13.0.dist-info}/WHEEL +0 -0
- {truefoundry-0.12.1.dist-info → truefoundry-0.13.0.dist-info}/entry_points.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: application.json
|
|
3
|
-
# timestamp: 2025-
|
|
3
|
+
# timestamp: 2025-10-15T06:08:56+00:00
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
6
6
|
|
|
@@ -621,8 +621,8 @@ class Pip(BaseModel):
|
|
|
621
621
|
|
|
622
622
|
class Poetry(BaseModel):
|
|
623
623
|
"""
|
|
624
|
-
Use `poetry` to setup env
|
|
625
|
-
Your build context root must contain `pyproject.toml` and `poetry.lock
|
|
624
|
+
Use `poetry` to setup env.
|
|
625
|
+
Your build context root must contain `pyproject.toml` and `poetry.lock`
|
|
626
626
|
"""
|
|
627
627
|
|
|
628
628
|
type: Literal["poetry"] = Field(..., description="")
|
|
@@ -1095,7 +1095,7 @@ class TrueFoundryInteractiveLogin(BaseModel):
|
|
|
1095
1095
|
class UV(BaseModel):
|
|
1096
1096
|
"""
|
|
1097
1097
|
Use `uv` to setup env.
|
|
1098
|
-
Your build context root must contain `pyproject.toml` and `uv.lock
|
|
1098
|
+
Your build context root must contain `pyproject.toml` and `uv.lock`
|
|
1099
1099
|
"""
|
|
1100
1100
|
|
|
1101
1101
|
type: Literal["uv"] = Field(..., description="")
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: truefoundry
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.13.0
|
|
4
4
|
Summary: TrueFoundry CLI
|
|
5
5
|
Author-email: TrueFoundry Team <abhishek@truefoundry.com>
|
|
6
|
-
Requires-Python: <3.
|
|
6
|
+
Requires-Python: <3.15,>=3.8.1
|
|
7
7
|
Requires-Dist: aenum<4.0.0,>=3.0.0
|
|
8
8
|
Requires-Dist: click<9.0.0,>=7.0.0
|
|
9
9
|
Requires-Dist: coolname<2.0.0,>=1.1.0
|
|
@@ -31,7 +31,7 @@ Requires-Dist: requirements-parser<0.12.0,>=0.11.0
|
|
|
31
31
|
Requires-Dist: rich-click<2.0.0,>=1.2.1
|
|
32
32
|
Requires-Dist: rich<14.0.0,>=13.7.1
|
|
33
33
|
Requires-Dist: tqdm<5.0.0,>=4.0.0
|
|
34
|
-
Requires-Dist: truefoundry-sdk<0.2.0,>=0.1.
|
|
34
|
+
Requires-Dist: truefoundry-sdk<0.2.0,>=0.1.11
|
|
35
35
|
Requires-Dist: typing-extensions>=4.0
|
|
36
36
|
Requires-Dist: urllib3<3,>=1.26.18
|
|
37
37
|
Requires-Dist: yq<4.0.0,>=3.1.0
|
|
@@ -54,7 +54,7 @@ truefoundry/common/utils.py,sha256=SMpinsdXuAkIUXe7gBB8v-dWe1x2_VHdXTkA0btksDc,6
|
|
|
54
54
|
truefoundry/common/warnings.py,sha256=xDMhR_-ZGC40Ycaj6nlFb5MYPexn8WbKCHd4FlflTXQ,705
|
|
55
55
|
truefoundry/deploy/__init__.py,sha256=g_g5_XKCZZXL3v_ycQhvn01bkMHweNqhOy1rg6vc5-k,2903
|
|
56
56
|
truefoundry/deploy/python_deploy_codegen.py,sha256=WwP6bIzFoLpF7J2Bgef2HMSIeefJ8TWtSv4hXNycEzQ,8872
|
|
57
|
-
truefoundry/deploy/_autogen/models.py,sha256=
|
|
57
|
+
truefoundry/deploy/_autogen/models.py,sha256=966rEAFs_dyIKgdbPE68OGBEVNDE-Q2_sa7NGAFvoi4,78186
|
|
58
58
|
truefoundry/deploy/builder/__init__.py,sha256=7MEezQzxjrWpbvnONyGMqYNVVonlb8WkARob4dHzAB4,5045
|
|
59
59
|
truefoundry/deploy/builder/constants.py,sha256=aWC94kL8I8Lty9ccJwBVncsNx4ADTgPxyBxk_zur6XM,980
|
|
60
60
|
truefoundry/deploy/builder/docker_service.py,sha256=sm7GWeIqyrKaZpxskdLejZlsxcZnM3BTDJr6orvPN4E,3948
|
|
@@ -387,7 +387,7 @@ truefoundry/workflow/remote_filesystem/__init__.py,sha256=LQ95ViEjJ7Ts4JcCGOxMPs
|
|
|
387
387
|
truefoundry/workflow/remote_filesystem/logger.py,sha256=em2l7D6sw7xTLDP0kQSLpgfRRCLpN14Qw85TN7ujQcE,1022
|
|
388
388
|
truefoundry/workflow/remote_filesystem/tfy_signed_url_client.py,sha256=xcT0wQmQlgzcj0nP3tJopyFSVWT1uv3nhiTIuwfXYeg,12342
|
|
389
389
|
truefoundry/workflow/remote_filesystem/tfy_signed_url_fs.py,sha256=nSGPZu0Gyd_jz0KsEE-7w_BmnTD8CVF1S8cUJoxaCbc,13305
|
|
390
|
-
truefoundry-0.
|
|
391
|
-
truefoundry-0.
|
|
392
|
-
truefoundry-0.
|
|
393
|
-
truefoundry-0.
|
|
390
|
+
truefoundry-0.13.0.dist-info/METADATA,sha256=i8if5uFv8oCroS5Uwr6fMgqmpV9XkjTPzLvIqhWR9Y0,2796
|
|
391
|
+
truefoundry-0.13.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
392
|
+
truefoundry-0.13.0.dist-info/entry_points.txt,sha256=xVjn7RMN-MW2-9f7YU-bBdlZSvvrwzhpX1zmmRmsNPU,98
|
|
393
|
+
truefoundry-0.13.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|