trustgraph-ocr 2.2.0__tar.gz → 2.2.2__tar.gz

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: trustgraph-ocr
3
- Version: 2.2.0
3
+ Version: 2.2.2
4
4
  Summary: TrustGraph provides a means to run a pipeline of flexible AI processing components in a flexible means to achieve a processing pipeline.
5
5
  Author-email: "trustgraph.ai" <security@trustgraph.ai>
6
6
  Project-URL: Homepage, https://github.com/trustgraph-ai/trustgraph
@@ -124,8 +124,6 @@ class Processor(FlowProcessor):
124
124
  if request_id and request_id in self.pending_requests:
125
125
  future = self.pending_requests.pop(request_id)
126
126
  future.set_result(response)
127
- else:
128
- logger.warning(f"Received unexpected librarian response: {request_id}")
129
127
 
130
128
  async def fetch_document_metadata(self, document_id, user, timeout=120):
131
129
  """
@@ -0,0 +1 @@
1
+ __version__ = "2.2.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: trustgraph-ocr
3
- Version: 2.2.0
3
+ Version: 2.2.2
4
4
  Summary: TrustGraph provides a means to run a pipeline of flexible AI processing components in a flexible means to achieve a processing pipeline.
5
5
  Author-email: "trustgraph.ai" <security@trustgraph.ai>
6
6
  Project-URL: Homepage, https://github.com/trustgraph-ai/trustgraph
@@ -1 +0,0 @@
1
- __version__ = "2.2.0"
File without changes
File without changes