trustgraph-vertexai 0.21.8__tar.gz → 0.21.10__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.

Potentially problematic release.


This version of trustgraph-vertexai might be problematic. Click here for more details.

@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: trustgraph-vertexai
3
- Version: 0.21.8
3
+ Version: 0.21.10
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.21.8.tar.gz
6
+ Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.21.10.tar.gz
7
7
  Author: trustgraph.ai
8
8
  Author-email: security@trustgraph.ai
9
9
  Classifier: Programming Language :: Python :: 3
@@ -169,7 +169,7 @@ class Processor(ConsumerProducer):
169
169
  model=self.model
170
170
  )
171
171
 
172
- self.producer.send(r, properties={"id": id})
172
+ await self.send(r, properties={"id": id})
173
173
 
174
174
  print("Done.", flush=True)
175
175
 
@@ -202,7 +202,7 @@ class Processor(ConsumerProducer):
202
202
  model=None,
203
203
  )
204
204
 
205
- self.producer.send(r, properties={"id": id})
205
+ await self.send(r, properties={"id": id})
206
206
 
207
207
  self.consumer.acknowledge(msg)
208
208
 
@@ -0,0 +1 @@
1
+ __version__ = "0.21.10"
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: trustgraph-vertexai
3
- Version: 0.21.8
3
+ Version: 0.21.10
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.21.8.tar.gz
6
+ Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.21.10.tar.gz
7
7
  Author: trustgraph.ai
8
8
  Author-email: security@trustgraph.ai
9
9
  Classifier: Programming Language :: Python :: 3
@@ -1 +0,0 @@
1
- __version__ = "0.21.8"