trustgraph-ocr 1.3.17__tar.gz → 1.4.0__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: 1.3.17
3
+ Version: 1.4.0
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
@@ -8,7 +8,7 @@ Classifier: Programming Language :: Python :: 3
8
8
  Classifier: Operating System :: OS Independent
9
9
  Requires-Python: >=3.8
10
10
  Description-Content-Type: text/markdown
11
- Requires-Dist: trustgraph-base<1.4,>=1.3
11
+ Requires-Dist: trustgraph-base<1.5,>=1.4
12
12
  Requires-Dist: pulsar-client
13
13
  Requires-Dist: prometheus-client
14
14
  Requires-Dist: boto3
@@ -10,7 +10,7 @@ description = "TrustGraph provides a means to run a pipeline of flexible AI proc
10
10
  readme = "README.md"
11
11
  requires-python = ">=3.8"
12
12
  dependencies = [
13
- "trustgraph-base>=1.3,<1.4",
13
+ "trustgraph-base>=1.4,<1.5",
14
14
  "pulsar-client",
15
15
  "prometheus-client",
16
16
  "boto3",
@@ -0,0 +1 @@
1
+ __version__ = "1.4.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: trustgraph-ocr
3
- Version: 1.3.17
3
+ Version: 1.4.0
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
@@ -8,7 +8,7 @@ Classifier: Programming Language :: Python :: 3
8
8
  Classifier: Operating System :: OS Independent
9
9
  Requires-Python: >=3.8
10
10
  Description-Content-Type: text/markdown
11
- Requires-Dist: trustgraph-base<1.4,>=1.3
11
+ Requires-Dist: trustgraph-base<1.5,>=1.4
12
12
  Requires-Dist: pulsar-client
13
13
  Requires-Dist: prometheus-client
14
14
  Requires-Dist: boto3
@@ -1,4 +1,4 @@
1
- trustgraph-base<1.4,>=1.3
1
+ trustgraph-base<1.5,>=1.4
2
2
  pulsar-client
3
3
  prometheus-client
4
4
  boto3
@@ -1 +0,0 @@
1
- __version__ = "1.3.17"