arkindex-base-worker 0.5.0b1__py3-none-any.whl → 0.5.0b2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: arkindex-base-worker
3
- Version: 0.5.0b1
3
+ Version: 0.5.0b2
4
4
  Summary: Base Worker to easily build Arkindex ML workflows
5
5
  Author-email: Teklia <contact@teklia.com>
6
6
  Maintainer-email: Teklia <contact@teklia.com>
@@ -41,15 +41,15 @@ Classifier: Programming Language :: Python :: 3.12
41
41
  Requires-Python: >=3.10
42
42
  Description-Content-Type: text/markdown
43
43
  License-File: LICENSE
44
- Requires-Dist: humanize==4.11.0
44
+ Requires-Dist: humanize==4.12.3
45
45
  Requires-Dist: peewee~=3.17
46
- Requires-Dist: Pillow==11.0.0
47
- Requires-Dist: python-gnupg==0.5.3
46
+ Requires-Dist: Pillow==11.2.1
47
+ Requires-Dist: python-gnupg==0.5.4
48
48
  Requires-Dist: shapely==2.0.6
49
- Requires-Dist: teklia-toolbox==0.1.8
49
+ Requires-Dist: teklia-toolbox==0.1.9
50
50
  Requires-Dist: zstandard==0.23.0
51
51
  Provides-Extra: tests
52
- Requires-Dist: pytest==8.3.4; extra == "tests"
52
+ Requires-Dist: pytest==8.3.5; extra == "tests"
53
53
  Requires-Dist: pytest-mock==3.14.0; extra == "tests"
54
54
  Requires-Dist: pytest-responses==0.5.1; extra == "tests"
55
55
  Dynamic: license-file
@@ -1,4 +1,4 @@
1
- arkindex_base_worker-0.5.0b1.dist-info/licenses/LICENSE,sha256=NVshRi1efwVezMfW7xXYLrdDr2Li1AfwfGOd5WuH1kQ,1063
1
+ arkindex_base_worker-0.5.0b2.dist-info/licenses/LICENSE,sha256=NVshRi1efwVezMfW7xXYLrdDr2Li1AfwfGOd5WuH1kQ,1063
2
2
  arkindex_worker/__init__.py,sha256=Sdt5KXn8EgURb2MurYVrUWaHbH3iFA1XLRo0Lc5AJ44,250
3
3
  arkindex_worker/cache.py,sha256=NpCsYFnqBmyBrACqeV7c3P6j6YrTtyi-HgtewwxUpxc,11221
4
4
  arkindex_worker/image.py,sha256=QmXhQSmnIG_xMK6ST7SuH_Pi4Ki0nyMgDvHCiUjF3XI,20509
@@ -55,7 +55,7 @@ worker-demo/tests/conftest.py,sha256=XzNMNeg6pmABUAH8jN6eZTlZSFGLYjS3-DTXjiRN6Yc
55
55
  worker-demo/tests/test_worker.py,sha256=3DLd4NRK4bfyatG5P_PK4k9P9tJHx9XQq5_ryFEEFVg,304
56
56
  worker-demo/worker_demo/__init__.py,sha256=2BPomV8ZMNf3YXJgloatKeHQCE6QOkwmsHGkO6MkQuM,125
57
57
  worker-demo/worker_demo/worker.py,sha256=Rt-DjWa5iBP08k58NDZMfeyPuFbtNcbX6nc5jFX7GNo,440
58
- arkindex_base_worker-0.5.0b1.dist-info/METADATA,sha256=Wz1EV4OliB5WH-gU50kN1uAEF96H_yobWwKXyef5E2c,3136
59
- arkindex_base_worker-0.5.0b1.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
60
- arkindex_base_worker-0.5.0b1.dist-info/top_level.txt,sha256=-vNjP2VfROx0j83mdi9aIqRZ88eoJjxeWz-R_gPgyXU,49
61
- arkindex_base_worker-0.5.0b1.dist-info/RECORD,,
58
+ arkindex_base_worker-0.5.0b2.dist-info/METADATA,sha256=RzHU3jfPK6tx5qoKvwKOlSHglC7IYjCLkTj0Q7JiXeU,3136
59
+ arkindex_base_worker-0.5.0b2.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
60
+ arkindex_base_worker-0.5.0b2.dist-info/top_level.txt,sha256=-vNjP2VfROx0j83mdi9aIqRZ88eoJjxeWz-R_gPgyXU,49
61
+ arkindex_base_worker-0.5.0b2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.4.0)
2
+ Generator: setuptools (80.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5