documente_shared 0.1.121__py3-none-any.whl → 0.1.122__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 documente_shared might be problematic. Click here for more details.

@@ -33,7 +33,7 @@ class HttpProcessingCaseRepository(
33
33
  instance: ProcessingCase,
34
34
  persist_items: bool = False,
35
35
  ) -> ProcessingCase:
36
- logger.info(f"PERSISTING_PROCESSING_CASE: data={instance.to_dict}")
36
+ logger.info(f"PERSISTING_PROCESSING_CASE: data={instance.to_queue_dict}")
37
37
  response = self.session.put(
38
38
  url=f"{self.api_url}/v1/processing-cases/{instance.uuid}/?persist_items={parse_bool(persist_items)}",
39
39
  json=instance.to_dict,
@@ -34,7 +34,7 @@ class HttpProcessingCaseItemRepository(
34
34
  return self._build_processing_case_item(response)
35
35
 
36
36
  def persist(self, instance: ProcessingCaseItem, read_bytes: bool = False) -> ProcessingCaseItem:
37
- logger.info(f"PERSISTING_PROCESSING_CASE_ITEM: data={instance.to_simple_dict}")
37
+ logger.info(f"PERSISTING_PROCESSING_CASE_ITEM: data={instance.to_queue_dict}")
38
38
  response: Response = self.session.put(
39
39
  url=f"{self.api_url}/v1/processing-case-items/{instance.uuid}/?read_bytes={parse_bool(read_bytes)}",
40
40
  json=instance.to_persist_dict,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: documente_shared
3
- Version: 0.1.121
3
+ Version: 0.1.122
4
4
  Summary: Shared utilities for Documente AI projects
5
5
  License: MIT
6
6
  Author: Tech
@@ -44,8 +44,8 @@ documente_shared/infrastructure/repositories/dynamo_document.py,sha256=_Yp4gtA-n
44
44
  documente_shared/infrastructure/repositories/dynamo_processing_case.py,sha256=n99X6OGTG5bHtIJY_1Z9HqabgWz-jbFXnQeqzeas7R8,1580
45
45
  documente_shared/infrastructure/repositories/dynamo_processing_case_item.py,sha256=tKmJl_bSZoQ8jrAbXHlv8f3JILgvxse4H-89A-FAMRQ,1807
46
46
  documente_shared/infrastructure/repositories/http_document.py,sha256=TQdjKmly1m0L26_ksq9ce0_jv5NxtXvN8AT3Zd06yCE,2289
47
- documente_shared/infrastructure/repositories/http_processing_case.py,sha256=pfjL5ve2xgdS0CjpqQUaSkiEhJ0ByH6jF-4_4UcL_EA,2597
48
- documente_shared/infrastructure/repositories/http_processing_case_item.py,sha256=vwzFCSwcWQd80YRXD6ewkfBdakY0Xf-dQyOux-5aIDY,3490
47
+ documente_shared/infrastructure/repositories/http_processing_case.py,sha256=WqpxDJaNAnTml5RsLpQX43u6mA1KaV3m2Qy8Nh7Dumk,2603
48
+ documente_shared/infrastructure/repositories/http_processing_case_item.py,sha256=wbP_sTlaSl_Zw0sI2-2m_FRc3stE3C0oHGVsSzc-JRA,3489
49
49
  documente_shared/infrastructure/repositories/mem_document.py,sha256=jg4rIjgSZijymjY9o7Q1lLcaiW9h-O8j6XljO1bJI7c,1299
50
50
  documente_shared/infrastructure/repositories/mem_processing_case.py,sha256=59ZHCU32fu7MMvLvhxFfG7sKmJQ1R0449WVoTtfzpqY,1250
51
51
  documente_shared/infrastructure/repositories/mem_processing_case_item.py,sha256=MShKyXrbwa1NOXhFPGsCieL7j2VhNg7cBLN77Kz7CJk,1529
@@ -55,6 +55,6 @@ documente_shared/infrastructure/services/http_scaling.py,sha256=cIo-61nfIwbtO86E
55
55
  documente_shared/infrastructure/sqs_queue.py,sha256=KZWeHZ9zmXmrxoNpOQX7GEdDhZ1knbPXgwSwFwJblGg,1504
56
56
  documente_shared/presentation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
57
57
  documente_shared/presentation/presenters.py,sha256=GGAEwefmjCIVepsUA2oZOVLxXbhhiISPM0Jgt6dT6O0,423
58
- documente_shared-0.1.121.dist-info/METADATA,sha256=Ccf5Gjb5Dg-KKaUSKTGpKdJX7nO2EDK2OPGVtpYKbjA,963
59
- documente_shared-0.1.121.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
60
- documente_shared-0.1.121.dist-info/RECORD,,
58
+ documente_shared-0.1.122.dist-info/METADATA,sha256=y7rdcJabz9-JSyGxeSFsXISRbjkKqf2c7dl615XF444,963
59
+ documente_shared-0.1.122.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
60
+ documente_shared-0.1.122.dist-info/RECORD,,