truefoundry 0.11.8__py3-none-any.whl → 0.11.9__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.

@@ -371,7 +371,7 @@ class MlFoundryArtifactsRepository:
371
371
  is MultiPartUploadStorageProvider.AZURE_BLOB
372
372
  ):
373
373
  azure_multi_part_upload(
374
- multipart_upload=MultiPartUpload.parse_obj(multipart_upload.to_dict()),
374
+ multipart_upload=MultiPartUpload.parse_obj(multipart_upload.dict()),
375
375
  local_file=local_file,
376
376
  executor=executor,
377
377
  multipart_info=multipart_info,
@@ -34,7 +34,5 @@ model_version.update()
34
34
 
35
35
  ARTIFACT_METADATA_TRUEFOUNDRY_KEY = ".truefoundry"
36
36
  TFY_INTERNAL_APPLICATION_ID_ENV_VAR = "TFY_INTERNAL_APPLICATION_ID"
37
- TFY_INTERNAL_APPLICATION_NAME_ENV_VAR = "TFY_INTERNAL_APPLICATION_NAME"
38
- TFY_INTERNAL_APPLICATION_FQN_ENV_VAR = "TFY_INTERNAL_APPLICATION_FQN"
39
37
  TFY_INTERNAL_APPLICATION_VERSION_ENV_VAR = "TFY_INTERNAL_APPLICATION_VERSION"
40
38
  TFY_INTERNAL_JOB_RUN_NAME_ENV_VAR = "TFY_INTERNAL_JOB_RUN_NAME"
@@ -10,9 +10,7 @@ from truefoundry.ml.exceptions import MlFoundryException
10
10
  from truefoundry.ml.log_types.artifacts.constants import (
11
11
  ARTIFACT_METADATA_TRUEFOUNDRY_KEY,
12
12
  DESCRIPTION_MAX_LENGTH,
13
- TFY_INTERNAL_APPLICATION_FQN_ENV_VAR,
14
13
  TFY_INTERNAL_APPLICATION_ID_ENV_VAR,
15
- TFY_INTERNAL_APPLICATION_NAME_ENV_VAR,
16
14
  TFY_INTERNAL_APPLICATION_VERSION_ENV_VAR,
17
15
  TFY_INTERNAL_JOB_RUN_NAME_ENV_VAR,
18
16
  )
@@ -253,8 +251,6 @@ def set_tfy_internal_metadata(metadata: Dict[str, Any]) -> Dict[str, Any]:
253
251
 
254
252
  tfy_internal_metadata = {
255
253
  "application_id": os.environ.get(TFY_INTERNAL_APPLICATION_ID_ENV_VAR),
256
- "application_fqn": os.environ.get(TFY_INTERNAL_APPLICATION_FQN_ENV_VAR),
257
- "application_name": os.environ.get(TFY_INTERNAL_APPLICATION_NAME_ENV_VAR),
258
254
  "application_version": os.environ.get(TFY_INTERNAL_APPLICATION_VERSION_ENV_VAR),
259
255
  "job_run_name": os.environ.get(TFY_INTERNAL_JOB_RUN_NAME_ENV_VAR),
260
256
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: truefoundry
3
- Version: 0.11.8
3
+ Version: 0.11.9
4
4
  Summary: TrueFoundry CLI
5
5
  Author-email: TrueFoundry Team <abhishek@truefoundry.com>
6
6
  Requires-Python: <3.14,>=3.8.1
@@ -349,7 +349,7 @@ truefoundry/ml/_autogen/models/schema.py,sha256=a_bp42MMPUbwO3407m0UW2W8EOhnxZXf
349
349
  truefoundry/ml/_autogen/models/signature.py,sha256=rBjpxUIsEeWM0sIyYG5uCJB18DKHR4k5yZw8TzuoP48,4987
350
350
  truefoundry/ml/_autogen/models/utils.py,sha256=c7RtSLXhOLcP8rjuUtfnMdaKVTZvvbsmw98gPAkAFrs,24371
351
351
  truefoundry/ml/artifact/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
352
- truefoundry/ml/artifact/truefoundry_artifact_repo.py,sha256=8BFKaXDxutw8bPJLnDI0bO0oNS_xJKo2ijubc2PLFsU,35688
352
+ truefoundry/ml/artifact/truefoundry_artifact_repo.py,sha256=qZ8p3IZYBiyMQjhMt_ZM46b6O_gHMy0ZUFKU-EylS3o,35685
353
353
  truefoundry/ml/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
354
354
  truefoundry/ml/cli/cli.py,sha256=MwpY7z_NEeJE_XIP7XbZELjNeu2vpMmohttHCKDRk54,335
355
355
  truefoundry/ml/cli/utils.py,sha256=j6_mZ4Spn114mz3P4QQ8jx0tmorXIuyQnHXVUSDvZi4,1035
@@ -366,11 +366,11 @@ truefoundry/ml/log_types/pydantic_base.py,sha256=eBlw_AEyAz4iJKDP4zgJOCFWcldwQqp
366
366
  truefoundry/ml/log_types/utils.py,sha256=xjJ21jdPScvFmw3TbVh5NCzbzJwaqiXJyiiT4xxX1EI,335
367
367
  truefoundry/ml/log_types/artifacts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
368
368
  truefoundry/ml/log_types/artifacts/artifact.py,sha256=JiqdWp6XQe2S_zP96urXCjyfdxFlx6-GNBzH9Te7hTQ,19854
369
- truefoundry/ml/log_types/artifacts/constants.py,sha256=LmY4syH4PzZShrFgSg04Pse5rQqkPf9Jdsm7daUwZb0,1440
369
+ truefoundry/ml/log_types/artifacts/constants.py,sha256=7blG13UXSkZVZkN8EDFqaH-a_ZonJA6pI0gwJwkIZ-s,1298
370
370
  truefoundry/ml/log_types/artifacts/dataset.py,sha256=OgWIoT59AhMw8P01FfvUKbJ3EL6HQf_Xw8X4E3Ff5Sg,13172
371
371
  truefoundry/ml/log_types/artifacts/general_artifact.py,sha256=yr-SQ2fhUR_sE1MB5zoHHYpGC8tizH_-t3lhsxCAULU,2747
372
372
  truefoundry/ml/log_types/artifacts/model.py,sha256=oRX6bKb5tN4LjDFifeDpjv4z1-vHXf3Ma6-nkp7mN4M,24831
373
- truefoundry/ml/log_types/artifacts/utils.py,sha256=FrnsumSB3SIqC_xpPp3RZijbIxgOFCQyuhSfcDaZoXI,9589
373
+ truefoundry/ml/log_types/artifacts/utils.py,sha256=INZhhzl6OaD6qFAyxaLJAhXhFd6wKNujMj-lq2v8p4Q,9340
374
374
  truefoundry/ml/log_types/image/__init__.py,sha256=fcOq8yQnNj1rkLcPeIjLXBpdA1WIeiPsXOlAAvMxx7M,76
375
375
  truefoundry/ml/log_types/image/constants.py,sha256=wLtGEOA4T5fZHSlOXPuNDLX3lpbCtwlvGKPFk_1fah0,255
376
376
  truefoundry/ml/log_types/image/image.py,sha256=sa0tBHdyluC8bELXY16E0HgFrUDnDBxHrteix4BFXcs,12479
@@ -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.11.8.dist-info/METADATA,sha256=SHTPkBZ2QAsHf8dlpEXhFSFvmxMt-tI4Xhu26KD3p1g,2760
391
- truefoundry-0.11.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
392
- truefoundry-0.11.8.dist-info/entry_points.txt,sha256=xVjn7RMN-MW2-9f7YU-bBdlZSvvrwzhpX1zmmRmsNPU,98
393
- truefoundry-0.11.8.dist-info/RECORD,,
390
+ truefoundry-0.11.9.dist-info/METADATA,sha256=AxFp30YG9SHDmA5bBnahrDmMrLuykYApPy9EN5Bgs1Y,2760
391
+ truefoundry-0.11.9.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
392
+ truefoundry-0.11.9.dist-info/entry_points.txt,sha256=xVjn7RMN-MW2-9f7YU-bBdlZSvvrwzhpX1zmmRmsNPU,98
393
+ truefoundry-0.11.9.dist-info/RECORD,,