fractal-task-tools 0.0.12__py3-none-any.whl → 0.0.13__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 fractal-task-tools might be problematic. Click here for more details.

@@ -2,4 +2,4 @@ import logging
2
2
 
3
3
  logging.basicConfig(level=logging.INFO)
4
4
 
5
- __VERSION__ = "0.0.12"
5
+ __VERSION__ = "0.0.13"
@@ -1,16 +1,16 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fractal-task-tools
3
- Version: 0.0.12
3
+ Version: 0.0.13
4
4
  Summary: Shared tools for Fractal tasks
5
5
  Author-email: Tommaso Comparin <tommaso.comparin@exact-lab.it>
6
6
  License: BSD-3-Clause
7
7
  Project-URL: homepage, https://github.com/fractal-analytics-platform/fractal-task-tools
8
8
  Project-URL: repository, https://github.com/fractal-analytics-platform/fractal-task-tools
9
9
  Project-URL: changelog, https://github.com/fractal-analytics-platform/fractal-task-tools/blob/main/CHANGELOG.md
10
- Requires-Python: <3.13,>=3.10
10
+ Requires-Python: <3.14,>=3.10
11
11
  Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
- Requires-Dist: pydantic<=2.11.2,>=2.0.0
13
+ Requires-Dist: pydantic<=2.11.7,>=2.0.0
14
14
  Requires-Dist: docstring-parser<=0.16,>=0.15
15
15
  Requires-Dist: packaging
16
16
  Provides-Extra: dev
@@ -1,4 +1,4 @@
1
- fractal_task_tools/__init__.py,sha256=MFayb4c8b52atdMVNfx1wAY3NYrDTGYeZAP9rqawXeI,80
1
+ fractal_task_tools/__init__.py,sha256=d38l6QAX81NKMZH36oT3OjrbTySBP8TNLhTnGMWpeWc,80
2
2
  fractal_task_tools/_args_schemas.py,sha256=8n4OH3judg4FsOSsl-pTa9uN2VOysSrYnkj9IOFFCCk,8681
3
3
  fractal_task_tools/_cli.py,sha256=ARy3PWjAr92hBk0ZHnFIEAqTskipBIaLRW6COTJ4X-k,2936
4
4
  fractal_task_tools/_cli_tools.py,sha256=6G7zXvL6o5t7n4HvVAqP6an0o7qx5fEau5KjtoDXFuc,2622
@@ -13,9 +13,9 @@ fractal_task_tools/_task_docs.py,sha256=aEXozSKf3a7weOwJMHyTVJTvHlCKgDr1qoU-AAO3
13
13
  fractal_task_tools/_titles.py,sha256=GLWn-06fgQD6qzOM75H59EV0MMCXc8jVpHqGanYzNbw,3000
14
14
  fractal_task_tools/task_models.py,sha256=4qBDUAoqIgdfAV-7CKkVO5--Y_2Y6CflNVMIiwJxn9g,4177
15
15
  fractal_task_tools/task_wrapper.py,sha256=dhphKgxDm4EUxZnsrAy20hJPD6bGdqx7tNg9N_QzlCo,1878
16
- fractal_task_tools-0.0.12.dist-info/licenses/LICENSE,sha256=1SGAsQ3Jm_nIU7c2TgtTZe_IOKjm9BDsrcf2r98xrdk,1584
17
- fractal_task_tools-0.0.12.dist-info/METADATA,sha256=_bdhso2cL0twaHODZedQNE1W0vZULv7-r5liaHvraMk,4742
18
- fractal_task_tools-0.0.12.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
19
- fractal_task_tools-0.0.12.dist-info/entry_points.txt,sha256=zE4qv7QhuiqN6DaPkmJV18X1xyYoUi0HIJ-uAg2M6TU,66
20
- fractal_task_tools-0.0.12.dist-info/top_level.txt,sha256=2VBpiMDIBMJGOEPiHHX3njYEZGLhr4L0nu8vfkcNVzw,19
21
- fractal_task_tools-0.0.12.dist-info/RECORD,,
16
+ fractal_task_tools-0.0.13.dist-info/licenses/LICENSE,sha256=1SGAsQ3Jm_nIU7c2TgtTZe_IOKjm9BDsrcf2r98xrdk,1584
17
+ fractal_task_tools-0.0.13.dist-info/METADATA,sha256=2MhXVd46Ilf_yX6pkWPN2otoUBfK5rMud_3svrzoVuc,4742
18
+ fractal_task_tools-0.0.13.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
+ fractal_task_tools-0.0.13.dist-info/entry_points.txt,sha256=zE4qv7QhuiqN6DaPkmJV18X1xyYoUi0HIJ-uAg2M6TU,66
20
+ fractal_task_tools-0.0.13.dist-info/top_level.txt,sha256=2VBpiMDIBMJGOEPiHHX3njYEZGLhr4L0nu8vfkcNVzw,19
21
+ fractal_task_tools-0.0.13.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5