trustgraph-bedrock 0.20.11__tar.gz → 0.21.1__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,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: trustgraph-bedrock
3
- Version: 0.20.11
3
+ Version: 0.21.1
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
  Home-page: https://github.com/trustgraph-ai/trustgraph
6
- Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.20.11.tar.gz
6
+ Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.21.1.tar.gz
7
7
  Author: trustgraph.ai
8
8
  Author-email: security@trustgraph.ai
9
9
  Classifier: Programming Language :: Python :: 3
@@ -34,7 +34,7 @@ setuptools.setup(
34
34
  python_requires='>=3.8',
35
35
  download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
36
36
  install_requires=[
37
- "trustgraph-base>=0.20,<0.21",
37
+ "trustgraph-base>=0.21,<0.22",
38
38
  "pulsar-client",
39
39
  "prometheus-client",
40
40
  "boto3",
@@ -0,0 +1 @@
1
+ __version__ = "0.21.1"
@@ -109,7 +109,7 @@ class Processor(ConsumerProducer):
109
109
 
110
110
  print("Initialised", flush=True)
111
111
 
112
- def handle(self, msg):
112
+ async def handle(self, msg):
113
113
 
114
114
  v = msg.value()
115
115
 
@@ -341,5 +341,5 @@ class Processor(ConsumerProducer):
341
341
 
342
342
  def run():
343
343
 
344
- Processor.start(module, __doc__)
344
+ Processor.launch(module, __doc__)
345
345
 
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: trustgraph-bedrock
3
- Version: 0.20.11
3
+ Version: 0.21.1
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
  Home-page: https://github.com/trustgraph-ai/trustgraph
6
- Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.20.11.tar.gz
6
+ Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.21.1.tar.gz
7
7
  Author: trustgraph.ai
8
8
  Author-email: security@trustgraph.ai
9
9
  Classifier: Programming Language :: Python :: 3
@@ -1,4 +1,4 @@
1
1
  boto3
2
2
  prometheus-client
3
3
  pulsar-client
4
- trustgraph-base<0.21,>=0.20
4
+ trustgraph-base<0.22,>=0.21
@@ -1 +0,0 @@
1
- __version__ = "0.20.11"