datashare-python 0.2.10__py3-none-any.whl → 0.2.12__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.
@@ -77,6 +77,12 @@ def _update_pyproject_toml(
77
77
  for d in project["dependencies"]
78
78
  if any(d.startswith(base) for base in _BASE_DEPS)
79
79
  )
80
+ project["dependencies"] = sorted(
81
+ d
82
+ for d in project["dependencies"]
83
+ if any(d.startswith(base) for base in _BASE_DEPS)
84
+ )
85
+ project.pop("optional-dependencies")
80
86
 
81
87
  entry_points = project["entry-points"]
82
88
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: datashare-python
3
- Version: 0.2.10
3
+ Version: 0.2.12
4
4
  Summary: Manage Python tasks and local resources in Datashare
5
5
  Project-URL: Homepage, https://icij.github.io/datashare-python/
6
6
  Project-URL: Documentation, https://icij.github.io/datashare-python/
@@ -11,10 +11,10 @@ Requires-Python: <4,>=3.11
11
11
  Requires-Dist: aiohttp~=3.11.9
12
12
  Requires-Dist: aiostream~=0.6.4
13
13
  Requires-Dist: alive-progress~=3.2.0
14
+ Requires-Dist: datashare-worker-template
14
15
  Requires-Dist: icij-common[elasticsearch]~=0.7.3
15
16
  Requires-Dist: nest-asyncio~=1.6.0
16
17
  Requires-Dist: python-json-logger~=4.0.0
17
18
  Requires-Dist: temporalio~=1.23.0
18
19
  Requires-Dist: tomlkit>=0.14.0
19
20
  Requires-Dist: typer~=0.15.4
20
- Requires-Dist: worker-template
@@ -10,7 +10,7 @@ datashare_python/exceptions.py,sha256=bVHEAXxDPKfxeeMC0hJXEsrJkgsKO2ESAhxWU96GA4
10
10
  datashare_python/local_client.py,sha256=GP9MTcHVQ1mcb2eO6TiQ7mzQdx199lZRhK8DRuJqJVQ,2359
11
11
  datashare_python/objects.py,sha256=UDc9PDaSXADLgmnfvqGBrDTmPVL-rRpyNHvY277-1x8,4147
12
12
  datashare_python/task_client.py,sha256=oTmP8bvZW0UyhLNMi1AV3XIAx7hrdbxNRss2Mw2azEc,8435
13
- datashare_python/template.py,sha256=L9NMSsuAyd3j5hqS4O2dKPkSsuf603FgKKnTTmpVtR8,2962
13
+ datashare_python/template.py,sha256=X_FsdDEAWafZIZkok7XdKi2GI-WCWU1xKcEfYXKkF24,3156
14
14
  datashare_python/types_.py,sha256=9Hk1XqpdXbM1TnEzwvJ5G9ABbaCZW9KgBTtiPBVn_7k,649
15
15
  datashare_python/utils.py,sha256=mFegsYFoIRzRtPhx12748qrahe-c0rKNx02-r8tTG8Q,12777
16
16
  datashare_python/worker.py,sha256=E1cECV0q2XcGI234gZZ5eBvqeULlTK0FUb0VSWkRQUI,2924
@@ -20,7 +20,7 @@ datashare_python/cli/project.py,sha256=w32Gy9AOL5B00uDT4in7YUCt2g68FnNbvwg2M3a8G
20
20
  datashare_python/cli/task.py,sha256=9If5OC7loG4C4gWWl4iOeqPJ4GOLlCWXQfuNLUHORrQ,5860
21
21
  datashare_python/cli/utils.py,sha256=p69CQb0zfixuyBkiZprhdMCc_NuYwXyAn6vC9H1UzAw,911
22
22
  datashare_python/cli/worker.py,sha256=lmxeZDhLbGb-98XplCERN3R3Yo-sU0UkhO7KIo9Zbo4,4401
23
- datashare_python-0.2.10.dist-info/METADATA,sha256=mBZZT13_RMr1kJvdiWBK9V2nOfxzo3dF7HkGtv47wVw,909
24
- datashare_python-0.2.10.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
25
- datashare_python-0.2.10.dist-info/entry_points.txt,sha256=ILE7auxabHWiu3GC-AunWnzjhOI_SbZp7D4GqZHlLw4,68
26
- datashare_python-0.2.10.dist-info/RECORD,,
23
+ datashare_python-0.2.12.dist-info/METADATA,sha256=cFzKMy3rTQF5SfNd5XSICMsHv1acCKtUnhwZ-o9oVHo,919
24
+ datashare_python-0.2.12.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
25
+ datashare_python-0.2.12.dist-info/entry_points.txt,sha256=ILE7auxabHWiu3GC-AunWnzjhOI_SbZp7D4GqZHlLw4,68
26
+ datashare_python-0.2.12.dist-info/RECORD,,