datashare-python 0.9.7__py3-none-any.whl → 0.9.8__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.
@@ -7,7 +7,7 @@ from typing import Any
7
7
 
8
8
  from icij_common.logging_utils import DATE_FMT, STREAM_HANDLER_FMT
9
9
  from pythonjsonlogger.core import BaseJsonFormatter
10
- from pythonjsonlogger.orjson import OrjsonFormatter
10
+ from pythonjsonlogger.json import JsonFormatter
11
11
  from temporalio import activity, workflow
12
12
 
13
13
  from .config import LogFormat, LogLevel
@@ -136,7 +136,5 @@ def _encode_value(value: Any) -> str:
136
136
 
137
137
 
138
138
  def _json_formatter(datefmt: str) -> BaseJsonFormatter:
139
- fmt = OrjsonFormatter( # let's keep logging as fast as possible
140
- _LOGGED_ATTRIBUTES, datefmt=datefmt
141
- )
139
+ fmt = JsonFormatter(_LOGGED_ATTRIBUTES, datefmt=datefmt)
142
140
  return fmt
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: datashare-python
3
- Version: 0.9.7
3
+ Version: 0.9.8
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/
@@ -8,20 +8,20 @@ datashare_python/dependencies.py,sha256=JdKZX3TlbYQk1YLvscGEdXQNJ9TFjtbxmYwlxNyq
8
8
  datashare_python/discovery.py,sha256=3mUck2GUSKu2DSP9-MM1OdVM4FqFKqfBeSQDQZxgh2g,7177
9
9
  datashare_python/exceptions.py,sha256=bVHEAXxDPKfxeeMC0hJXEsrJkgsKO2ESAhxWU96GA4M,496
10
10
  datashare_python/interceptors.py,sha256=6ZJG7VJN5EHZkO6XD3nJyRCzCDb1Nh3x24VL1ip2Iyw,13314
11
- datashare_python/logging_.py,sha256=UbPzNN9yCaV6ouLT_VYyKzEn0Ne1psy2H3jRhnI2h8A,4554
11
+ datashare_python/logging_.py,sha256=6ZZtS_msT-V7jDZo6n9MLxKS-Pie9j22qy7BaVFRk2I,4492
12
12
  datashare_python/objects.py,sha256=4vZXLHhrOEorghq4GY_E6SgJc1eVtqHi6ae-eP_H-X8,12649
13
13
  datashare_python/task_client.py,sha256=oTmP8bvZW0UyhLNMi1AV3XIAx7hrdbxNRss2Mw2azEc,8435
14
14
  datashare_python/template.py,sha256=N1uM8TRXh5tQPV7BC1oJj-Pdm2Gs_SkjaXv50RnNYso,4682
15
15
  datashare_python/types_.py,sha256=80XTD481HxjbkS330pqHHmlsM-cxUyGGgcJnG8_vYR8,1134
16
16
  datashare_python/utils.py,sha256=rfdcHlKnBhtn9ukDZLL5KYmk6MxZTiMog0csbzHsPBs,16609
17
- datashare_python/worker-template.tar.gz,sha256=5XnhhPzUEiPftNOpaLeYKXsegSN_jbE3rf1GU8xSC_c,289223
17
+ datashare_python/worker-template.tar.gz,sha256=NuInLEuBY_NagDLmsyx7vLwcCsEKYrZ7TFLpmaxIpkE,289250
18
18
  datashare_python/worker.py,sha256=cmqLRJ0_b1xm0qjjAZrRMOVXfhdrErimA_QY0xMtxRo,7774
19
19
  datashare_python/cli/__init__.py,sha256=9BPWtssDgsVfWMsZ1TtZCla0EC_kai4RHttr8oNLYOE,1401
20
20
  datashare_python/cli/project.py,sha256=w32Gy9AOL5B00uDT4in7YUCt2g68FnNbvwg2M3a8G6o,946
21
21
  datashare_python/cli/task.py,sha256=8mvKGS21bZ14BgZ0Uo-dfameljkaI2ZBha80ywCy-E8,5822
22
22
  datashare_python/cli/utils.py,sha256=p69CQb0zfixuyBkiZprhdMCc_NuYwXyAn6vC9H1UzAw,911
23
23
  datashare_python/cli/worker.py,sha256=eIMgUatSmpQpeu0MSMMKBrmx3GWm_eQ-aLfVrgl513o,5773
24
- datashare_python-0.9.7.dist-info/METADATA,sha256=rJlkQjRp4Z3albLu3ECD4uP7dLIt4cG6BjPj5BPXjnM,982
25
- datashare_python-0.9.7.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
26
- datashare_python-0.9.7.dist-info/entry_points.txt,sha256=ILE7auxabHWiu3GC-AunWnzjhOI_SbZp7D4GqZHlLw4,68
27
- datashare_python-0.9.7.dist-info/RECORD,,
24
+ datashare_python-0.9.8.dist-info/METADATA,sha256=vAUnuH6dRFVYQFfmfPHRdoYgzOyqHHviiBwYw49C21k,982
25
+ datashare_python-0.9.8.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
26
+ datashare_python-0.9.8.dist-info/entry_points.txt,sha256=ILE7auxabHWiu3GC-AunWnzjhOI_SbZp7D4GqZHlLw4,68
27
+ datashare_python-0.9.8.dist-info/RECORD,,