documente_shared 0.1.109__py3-none-any.whl → 0.1.110__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.

@@ -29,6 +29,7 @@ class HttpDocumentProcessingRepository(
29
29
  json=instance.to_simple_dict,
30
30
  )
31
31
  if response.status_code in [200, 201]:
32
+ logger.warning(f"PERSISTING_DOCUMENT ERROR: response={response.text}")
32
33
  raise Exception(f'Error persisting document processing: {response.text}')
33
34
  return self._build_document_processing(response)
34
35
 
@@ -35,6 +35,7 @@ class HttpProcessingCaseItemRepository(
35
35
  json=instance.to_persist_dict,
36
36
  )
37
37
  if response.status_code in [200, 201]:
38
+ logger.warning(f"PERSISTING_PROCESSING_CASE_ITEM ERROR: response={response.text}")
38
39
  return self._build_processing_case_item(response)
39
40
  return instance
40
41
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: documente_shared
3
- Version: 0.1.109
3
+ Version: 0.1.110
4
4
  Summary: Shared utilities for Documente AI projects
5
5
  License: MIT
6
6
  Author: Tech
@@ -43,9 +43,9 @@ documente_shared/infrastructure/repositories/__init__.py,sha256=47DEQpj8HBSa-_TI
43
43
  documente_shared/infrastructure/repositories/dynamo_document.py,sha256=_Yp4gtA-n-hJ2w2wAM5BMCs2Mf46Q2Kq3eHqlxudkL4,1443
44
44
  documente_shared/infrastructure/repositories/dynamo_processing_case.py,sha256=jkTVHThKHshLI53OV7ivK-WchFoAZTnaXlgh_1OX52k,1446
45
45
  documente_shared/infrastructure/repositories/dynamo_processing_case_item.py,sha256=B2ElsASpXNRkwwjdCqXyvDU-LBrLNdwPfHLMvvG9c-Y,1729
46
- documente_shared/infrastructure/repositories/http_document.py,sha256=b-Awkvx9IYmGCUU-oO33OL2HY9lzx6WpBjrh61MHKqk,2278
46
+ documente_shared/infrastructure/repositories/http_document.py,sha256=xDFC4DcVC6FChtkuyKIc5-eRaJlVEXvfWsjslQ_PwaU,2361
47
47
  documente_shared/infrastructure/repositories/http_processing_case.py,sha256=zBHscJSlsqTLT-NrUT3spfLgS8ZB5Tv9IokCB2Iyvpo,2350
48
- documente_shared/infrastructure/repositories/http_processing_case_item.py,sha256=0L8JMkia1-kyIIXydaLtkrAPbW8GgzzPWE3iZ-y51KU,3085
48
+ documente_shared/infrastructure/repositories/http_processing_case_item.py,sha256=iKdk7qK7VKJcffrm0WAv3HKUBha1hjDl-ed9N_N4rFc,3180
49
49
  documente_shared/infrastructure/repositories/mem_document.py,sha256=jg4rIjgSZijymjY9o7Q1lLcaiW9h-O8j6XljO1bJI7c,1299
50
50
  documente_shared/infrastructure/repositories/mem_processing_case.py,sha256=ZAQwp4j0DXQMt92Z-ZR4h9MtbUp9IYy0OHz_sHgkZxY,1147
51
51
  documente_shared/infrastructure/repositories/mem_processing_case_item.py,sha256=kQufzDTouu3agIXpEzRPdjltjTUFExrFbKkAZarGrUg,1419
@@ -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.109.dist-info/METADATA,sha256=2RU98UYTpeOmv-SPjhkxmAaqqRORgeiKJ991EBwwpJk,963
59
- documente_shared-0.1.109.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
60
- documente_shared-0.1.109.dist-info/RECORD,,
58
+ documente_shared-0.1.110.dist-info/METADATA,sha256=o6kBqCT8Qq-8y5KJYsMJcYZ2nXFtFBDhUJJYuLvJzRY,963
59
+ documente_shared-0.1.110.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
60
+ documente_shared-0.1.110.dist-info/RECORD,,