| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| clearml-2.1.7-py2.py3-none-any.whl | 2026-05-12 | 1.4 MB | |
| PyPI v2.1.7 - ClearML source code.tar.gz | 2026-05-12 | 12.4 MB | |
| PyPI v2.1.7 - ClearML source code.zip | 2026-05-12 | 12.7 MB | |
| README.md | 2026-05-12 | 577 Bytes | |
| Totals: 4 Items | 26.5 MB | 1 | |
Bug fixes and improvements
- Add optional (opt-out) parameter to prevent processing of pickled artifacts (#1619, [#1621])
- use
task.artifacts[0].get(block_unsafe_artifacts=True), or - via configuration with the environment variable
CLEARML_BLOCK_PICKLED_ARTIFACTS=1 - via
sdk.storage.block_pickled_artifacts: true
- use
- Prevent resource leak during interrupted queries in
GPUStatCollection._new_query_nvidia(#1617) - Add vulnerability check in
Task.import_offline_sessionwhen extracting.ziparchives to prevent path-traversal attacks (#1620)