trustgraph-vertexai 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.

Potentially problematic release.


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

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: trustgraph-vertexai
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: google-cloud-aiplatform
14
14
  Requires-Dist: prometheus-client
@@ -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
  "google-cloud-aiplatform",
16
16
  "prometheus-client",
@@ -0,0 +1 @@
1
+ __version__ = "1.4.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: trustgraph-vertexai
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: google-cloud-aiplatform
14
14
  Requires-Dist: prometheus-client
@@ -1,4 +1,4 @@
1
- trustgraph-base<1.4,>=1.3
1
+ trustgraph-base<1.5,>=1.4
2
2
  pulsar-client
3
3
  google-cloud-aiplatform
4
4
  prometheus-client
@@ -1 +0,0 @@
1
- __version__ = "1.3.17"