trustgraph 1.4.18__tar.gz → 1.5.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.

Potentially problematic release.


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

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: trustgraph
3
- Version: 1.4.18
3
+ Version: 1.5.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
  Author-email: "trustgraph.ai" <security@trustgraph.ai>
6
6
  Project-URL: Homepage, https://github.com/trustgraph-ai/trustgraph
@@ -8,11 +8,11 @@ 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.5,>=1.4
12
- Requires-Dist: trustgraph-bedrock<1.5,>=1.4
13
- Requires-Dist: trustgraph-cli<1.5,>=1.4
14
- Requires-Dist: trustgraph-embeddings-hf<1.5,>=1.4
15
- Requires-Dist: trustgraph-flow<1.5,>=1.4
16
- Requires-Dist: trustgraph-vertexai<1.5,>=1.4
11
+ Requires-Dist: trustgraph-base<1.6,>=1.5
12
+ Requires-Dist: trustgraph-bedrock<1.6,>=1.5
13
+ Requires-Dist: trustgraph-cli<1.6,>=1.5
14
+ Requires-Dist: trustgraph-embeddings-hf<1.6,>=1.5
15
+ Requires-Dist: trustgraph-flow<1.6,>=1.5
16
+ Requires-Dist: trustgraph-vertexai<1.6,>=1.5
17
17
 
18
18
  See https://trustgraph.ai/
@@ -10,12 +10,12 @@ 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.4,<1.5",
14
- "trustgraph-bedrock>=1.4,<1.5",
15
- "trustgraph-cli>=1.4,<1.5",
16
- "trustgraph-embeddings-hf>=1.4,<1.5",
17
- "trustgraph-flow>=1.4,<1.5",
18
- "trustgraph-vertexai>=1.4,<1.5",
13
+ "trustgraph-base>=1.5,<1.6",
14
+ "trustgraph-bedrock>=1.5,<1.6",
15
+ "trustgraph-cli>=1.5,<1.6",
16
+ "trustgraph-embeddings-hf>=1.5,<1.6",
17
+ "trustgraph-flow>=1.5,<1.6",
18
+ "trustgraph-vertexai>=1.5,<1.6",
19
19
  ]
20
20
  classifiers = [
21
21
  "Programming Language :: Python :: 3",
@@ -0,0 +1 @@
1
+ __version__ = "1.5.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: trustgraph
3
- Version: 1.4.18
3
+ Version: 1.5.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
  Author-email: "trustgraph.ai" <security@trustgraph.ai>
6
6
  Project-URL: Homepage, https://github.com/trustgraph-ai/trustgraph
@@ -8,11 +8,11 @@ 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.5,>=1.4
12
- Requires-Dist: trustgraph-bedrock<1.5,>=1.4
13
- Requires-Dist: trustgraph-cli<1.5,>=1.4
14
- Requires-Dist: trustgraph-embeddings-hf<1.5,>=1.4
15
- Requires-Dist: trustgraph-flow<1.5,>=1.4
16
- Requires-Dist: trustgraph-vertexai<1.5,>=1.4
11
+ Requires-Dist: trustgraph-base<1.6,>=1.5
12
+ Requires-Dist: trustgraph-bedrock<1.6,>=1.5
13
+ Requires-Dist: trustgraph-cli<1.6,>=1.5
14
+ Requires-Dist: trustgraph-embeddings-hf<1.6,>=1.5
15
+ Requires-Dist: trustgraph-flow<1.6,>=1.5
16
+ Requires-Dist: trustgraph-vertexai<1.6,>=1.5
17
17
 
18
18
  See https://trustgraph.ai/
@@ -0,0 +1,6 @@
1
+ trustgraph-base<1.6,>=1.5
2
+ trustgraph-bedrock<1.6,>=1.5
3
+ trustgraph-cli<1.6,>=1.5
4
+ trustgraph-embeddings-hf<1.6,>=1.5
5
+ trustgraph-flow<1.6,>=1.5
6
+ trustgraph-vertexai<1.6,>=1.5
@@ -1 +0,0 @@
1
- __version__ = "1.4.18"
@@ -1,6 +0,0 @@
1
- trustgraph-base<1.5,>=1.4
2
- trustgraph-bedrock<1.5,>=1.4
3
- trustgraph-cli<1.5,>=1.4
4
- trustgraph-embeddings-hf<1.5,>=1.4
5
- trustgraph-flow<1.5,>=1.4
6
- trustgraph-vertexai<1.5,>=1.4
File without changes
File without changes