zenml-nightly 0.84.3.dev20250909__py3-none-any.whl → 0.84.3.dev20250911__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.
- zenml/VERSION +1 -1
- zenml/config/docker_settings.py +1 -31
- zenml/pipelines/build_utils.py +3 -0
- {zenml_nightly-0.84.3.dev20250909.dist-info → zenml_nightly-0.84.3.dev20250911.dist-info}/METADATA +2 -2
- {zenml_nightly-0.84.3.dev20250909.dist-info → zenml_nightly-0.84.3.dev20250911.dist-info}/RECORD +8 -8
- {zenml_nightly-0.84.3.dev20250909.dist-info → zenml_nightly-0.84.3.dev20250911.dist-info}/LICENSE +0 -0
- {zenml_nightly-0.84.3.dev20250909.dist-info → zenml_nightly-0.84.3.dev20250911.dist-info}/WHEEL +0 -0
- {zenml_nightly-0.84.3.dev20250909.dist-info → zenml_nightly-0.84.3.dev20250911.dist-info}/entry_points.txt +0 -0
zenml/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.84.3.
|
1
|
+
0.84.3.dev20250911
|
zenml/config/docker_settings.py
CHANGED
@@ -214,7 +214,7 @@ class DockerSettings(BaseSettings):
|
|
214
214
|
prevent_build_reuse: bool = False
|
215
215
|
target_repository: Optional[str] = None
|
216
216
|
python_package_installer: PythonPackageInstaller = (
|
217
|
-
PythonPackageInstaller.
|
217
|
+
PythonPackageInstaller.UV
|
218
218
|
)
|
219
219
|
python_package_installer_args: Dict[str, Any] = {}
|
220
220
|
disable_automatic_requirements_detection: bool = True
|
@@ -394,36 +394,6 @@ class DockerSettings(BaseSettings):
|
|
394
394
|
)
|
395
395
|
return self
|
396
396
|
|
397
|
-
@model_validator(mode="before")
|
398
|
-
@classmethod
|
399
|
-
@before_validator_handler
|
400
|
-
def _warn_about_future_default_installer(
|
401
|
-
cls, data: Dict[str, Any]
|
402
|
-
) -> Dict[str, Any]:
|
403
|
-
"""Warns about the future change of default package installer from pip to uv.
|
404
|
-
|
405
|
-
Args:
|
406
|
-
data: The model data.
|
407
|
-
|
408
|
-
Returns:
|
409
|
-
The validated settings values.
|
410
|
-
"""
|
411
|
-
if (
|
412
|
-
"python_package_installer" not in data
|
413
|
-
and "python_package_installer"
|
414
|
-
not in _docker_settings_warnings_logged
|
415
|
-
):
|
416
|
-
logger.warning(
|
417
|
-
"In a future release, the default Python package installer "
|
418
|
-
"used by ZenML to build container images for your "
|
419
|
-
"containerized pipelines will change from 'pip' to 'uv'. "
|
420
|
-
"To maintain current behavior, you can explicitly set "
|
421
|
-
"`python_package_installer=PythonPackageInstaller.PIP` "
|
422
|
-
"in your DockerSettings."
|
423
|
-
)
|
424
|
-
_docker_settings_warnings_logged.append("python_package_installer")
|
425
|
-
return data
|
426
|
-
|
427
397
|
model_config = ConfigDict(
|
428
398
|
# public attributes are immutable
|
429
399
|
frozen=True,
|
zenml/pipelines/build_utils.py
CHANGED
{zenml_nightly-0.84.3.dev20250909.dist-info → zenml_nightly-0.84.3.dev20250911.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: zenml-nightly
|
3
|
-
Version: 0.84.3.
|
3
|
+
Version: 0.84.3.dev20250911
|
4
4
|
Summary: ZenML: Write production-ready ML code.
|
5
5
|
License: Apache-2.0
|
6
6
|
Keywords: machine learning,production,pipeline,mlops,devops
|
@@ -55,7 +55,7 @@ Requires-Dist: bandit (>=1.7.5,<2.0.0) ; extra == "dev"
|
|
55
55
|
Requires-Dist: bcrypt (==4.0.1)
|
56
56
|
Requires-Dist: boto3 (>=1.16.0) ; extra == "secrets-aws" or extra == "connectors-aws"
|
57
57
|
Requires-Dist: click (>=8.0.1,<=8.2.1)
|
58
|
-
Requires-Dist: cloudpickle (>=2.0.0
|
58
|
+
Requires-Dist: cloudpickle (>=2.0.0)
|
59
59
|
Requires-Dist: copier (>=8.1.0) ; extra == "templates"
|
60
60
|
Requires-Dist: coverage[toml] (>=5.5,<6.0) ; extra == "dev"
|
61
61
|
Requires-Dist: darglint (>=1.8.1,<2.0.0) ; extra == "dev"
|
{zenml_nightly-0.84.3.dev20250909.dist-info → zenml_nightly-0.84.3.dev20250911.dist-info}/RECORD
RENAMED
@@ -1,5 +1,5 @@
|
|
1
1
|
zenml/README.md,sha256=827dekbOWAs1BpW7VF1a4d7EbwPbjwccX-2zdXBENZo,1777
|
2
|
-
zenml/VERSION,sha256=
|
2
|
+
zenml/VERSION,sha256=Rd3FbprvVWsvkR1Ypz2od5xqgMhr58Kio5cIH1ta-FQ,19
|
3
3
|
zenml/__init__.py,sha256=r7JUg2SVDf_dPhS7iU6vudKusEqK4ics7_jFMZhq0o4,2731
|
4
4
|
zenml/actions/__init__.py,sha256=mrt6wPo73iKRxK754_NqsGyJ3buW7RnVeIGXr1xEw8Y,681
|
5
5
|
zenml/actions/base_action.py,sha256=UcaHev6BTuLDwuswnyaPjdA8AgUqB5xPZ-lRtuvf2FU,25553
|
@@ -68,7 +68,7 @@ zenml/config/build_configuration.py,sha256=jGGNwP0Cb7a80JXArNxDgxzxl9ytSZRtv-WW7
|
|
68
68
|
zenml/config/cache_policy.py,sha256=_bXEbR7s8xt78JO-BUJ1V2clI3lO7FNMF3r6YbD_s8M,3121
|
69
69
|
zenml/config/compiler.py,sha256=BYzEdaUJZ2AnQgifiWfTJiGdlzka3H_qV79qgLe4VLQ,23963
|
70
70
|
zenml/config/constants.py,sha256=QvSgMwXWxtspcJ45CrFDP1ZY3w6gS3bIhXLOtIDAbZA,713
|
71
|
-
zenml/config/docker_settings.py,sha256=
|
71
|
+
zenml/config/docker_settings.py,sha256=Q-V3NKKLFBReRwfrj8fnHFg8bVcGwQL8SlUUaoYHVRs,17343
|
72
72
|
zenml/config/global_config.py,sha256=59orl6xp4moxSo2Q8tXtDfpIBX4AxJ9FHcm8s2VHyWw,29712
|
73
73
|
zenml/config/pipeline_configurations.py,sha256=3AVe-VYwFkccpdpb4aH8w2JZCwD_Bh4V25f4YAufbwE,4106
|
74
74
|
zenml/config/pipeline_run_configuration.py,sha256=9BtgM49rB0Cb19AwoqPAyEqtP1U6IKEBFFPZM_HOjCo,4395
|
@@ -704,7 +704,7 @@ zenml/orchestrators/topsort.py,sha256=D8evz3X47zwpXd90NMLsJD-_uCeXtV6ClzNfDUrq7c
|
|
704
704
|
zenml/orchestrators/utils.py,sha256=6bqLc1fmdJTXg8JUwUKs8YNbmxTuMIfWmUbUpg-7hx0,12956
|
705
705
|
zenml/orchestrators/wheeled_orchestrator.py,sha256=eOnMcnd3sCzfhA2l6qRAzF0rOXzaojbjvvYvTkqixQo,4791
|
706
706
|
zenml/pipelines/__init__.py,sha256=hpIX7hN8jsQRHT5R-xSXZL88qrHwkmrvGLQeu1rWt4o,873
|
707
|
-
zenml/pipelines/build_utils.py,sha256=
|
707
|
+
zenml/pipelines/build_utils.py,sha256=oxloigboxfDdNccS5bS1TZFkSAI8ldbEmhtIaxE-ap8,28002
|
708
708
|
zenml/pipelines/pipeline_context.py,sha256=4BixReLcPo33VtNBDrMwnJqjKTinHjmO5AOfmoeIOQM,3659
|
709
709
|
zenml/pipelines/pipeline_decorator.py,sha256=4UO9JZuO7PylwqEmcYpCTcWND9bFBdaMS7dK5mbd4gw,5107
|
710
710
|
zenml/pipelines/pipeline_definition.py,sha256=UeGemwJ_TMWlVCdOnm5g_b8Vk55YSvFhmQc8Uo6WOuA,60534
|
@@ -1359,8 +1359,8 @@ zenml/zen_stores/secrets_stores/sql_secrets_store.py,sha256=LPFW757WCJLP1S8vrvjs
|
|
1359
1359
|
zenml/zen_stores/sql_zen_store.py,sha256=Hs4gP6vMBK_hBUFF-s5T8NJVHCj7d-lVkxgRp_sFLTU,493410
|
1360
1360
|
zenml/zen_stores/template_utils.py,sha256=O4T7c4r4V7OkP7vFPQisPQ7XRNB5YKWNlj1foiDxdqk,10143
|
1361
1361
|
zenml/zen_stores/zen_store_interface.py,sha256=weiSULdI9AsbCE10a5TcwtybX-BJs9hKhjPJnTapWv4,93023
|
1362
|
-
zenml_nightly-0.84.3.
|
1363
|
-
zenml_nightly-0.84.3.
|
1364
|
-
zenml_nightly-0.84.3.
|
1365
|
-
zenml_nightly-0.84.3.
|
1366
|
-
zenml_nightly-0.84.3.
|
1362
|
+
zenml_nightly-0.84.3.dev20250911.dist-info/LICENSE,sha256=wbnfEnXnafPbqwANHkV6LUsPKOtdpsd-SNw37rogLtc,11359
|
1363
|
+
zenml_nightly-0.84.3.dev20250911.dist-info/METADATA,sha256=YXh_o5HoqAMLokBopiOc6IyauIAfCMuJqaes5pv1rsw,25249
|
1364
|
+
zenml_nightly-0.84.3.dev20250911.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
1365
|
+
zenml_nightly-0.84.3.dev20250911.dist-info/entry_points.txt,sha256=QK3ETQE0YswAM2mWypNMOv8TLtr7EjnqAFq1br_jEFE,43
|
1366
|
+
zenml_nightly-0.84.3.dev20250911.dist-info/RECORD,,
|
{zenml_nightly-0.84.3.dev20250909.dist-info → zenml_nightly-0.84.3.dev20250911.dist-info}/LICENSE
RENAMED
File without changes
|
{zenml_nightly-0.84.3.dev20250909.dist-info → zenml_nightly-0.84.3.dev20250911.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|