trustgraph-embeddings-hf 0.11.19__tar.gz → 0.11.20__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.
Files changed (17) hide show
  1. {trustgraph-embeddings-hf-0.11.19 → trustgraph-embeddings-hf-0.11.20}/PKG-INFO +4 -4
  2. {trustgraph-embeddings-hf-0.11.19 → trustgraph-embeddings-hf-0.11.20}/setup.py +2 -2
  3. trustgraph-embeddings-hf-0.11.20/trustgraph/embeddings_hf_version.py +1 -0
  4. {trustgraph-embeddings-hf-0.11.19 → trustgraph-embeddings-hf-0.11.20}/trustgraph_embeddings_hf.egg-info/PKG-INFO +4 -4
  5. {trustgraph-embeddings-hf-0.11.19 → trustgraph-embeddings-hf-0.11.20}/trustgraph_embeddings_hf.egg-info/requires.txt +2 -2
  6. trustgraph-embeddings-hf-0.11.19/trustgraph/embeddings_hf_version.py +0 -1
  7. {trustgraph-embeddings-hf-0.11.19 → trustgraph-embeddings-hf-0.11.20}/README.md +0 -0
  8. {trustgraph-embeddings-hf-0.11.19 → trustgraph-embeddings-hf-0.11.20}/scripts/embeddings-hf +0 -0
  9. {trustgraph-embeddings-hf-0.11.19 → trustgraph-embeddings-hf-0.11.20}/setup.cfg +0 -0
  10. {trustgraph-embeddings-hf-0.11.19 → trustgraph-embeddings-hf-0.11.20}/trustgraph/__init__.py +0 -0
  11. {trustgraph-embeddings-hf-0.11.19 → trustgraph-embeddings-hf-0.11.20}/trustgraph/embeddings/__init__.py +0 -0
  12. {trustgraph-embeddings-hf-0.11.19 → trustgraph-embeddings-hf-0.11.20}/trustgraph/embeddings/hf/__init__.py +0 -0
  13. {trustgraph-embeddings-hf-0.11.19 → trustgraph-embeddings-hf-0.11.20}/trustgraph/embeddings/hf/__main__.py +0 -0
  14. {trustgraph-embeddings-hf-0.11.19 → trustgraph-embeddings-hf-0.11.20}/trustgraph/embeddings/hf/hf.py +0 -0
  15. {trustgraph-embeddings-hf-0.11.19 → trustgraph-embeddings-hf-0.11.20}/trustgraph_embeddings_hf.egg-info/SOURCES.txt +0 -0
  16. {trustgraph-embeddings-hf-0.11.19 → trustgraph-embeddings-hf-0.11.20}/trustgraph_embeddings_hf.egg-info/dependency_links.txt +0 -0
  17. {trustgraph-embeddings-hf-0.11.19 → trustgraph-embeddings-hf-0.11.20}/trustgraph_embeddings_hf.egg-info/top_level.txt +0 -0
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: trustgraph-embeddings-hf
3
- Version: 0.11.19
3
+ Version: 0.11.20
4
4
  Summary: HuggingFace embeddings support for TrustGraph.
5
5
  Home-page: https://github.com/trustgraph-ai/trustgraph
6
- Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.11.19.tar.gz
6
+ Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.11.20.tar.gz
7
7
  Author: trustgraph.ai
8
8
  Author-email: security@trustgraph.ai
9
9
  Classifier: Programming Language :: Python :: 3
@@ -11,8 +11,8 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 or later (G
11
11
  Classifier: Operating System :: OS Independent
12
12
  Requires-Python: >=3.8
13
13
  Description-Content-Type: text/markdown
14
- Requires-Dist: trustgraph-base
15
- Requires-Dist: trustgraph-flow
14
+ Requires-Dist: trustgraph-base<0.12
15
+ Requires-Dist: trustgraph-flow<0.12
16
16
  Requires-Dist: torch
17
17
  Requires-Dist: urllib3
18
18
  Requires-Dist: transformers
@@ -34,8 +34,8 @@ 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",
38
- "trustgraph-flow",
37
+ "trustgraph-base<0.12",
38
+ "trustgraph-flow<0.12",
39
39
  "torch",
40
40
  "urllib3",
41
41
  "transformers",
@@ -0,0 +1 @@
1
+ __version__ = "0.11.20"
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: trustgraph-embeddings-hf
3
- Version: 0.11.19
3
+ Version: 0.11.20
4
4
  Summary: HuggingFace embeddings support for TrustGraph.
5
5
  Home-page: https://github.com/trustgraph-ai/trustgraph
6
- Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.11.19.tar.gz
6
+ Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.11.20.tar.gz
7
7
  Author: trustgraph.ai
8
8
  Author-email: security@trustgraph.ai
9
9
  Classifier: Programming Language :: Python :: 3
@@ -11,8 +11,8 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 or later (G
11
11
  Classifier: Operating System :: OS Independent
12
12
  Requires-Python: >=3.8
13
13
  Description-Content-Type: text/markdown
14
- Requires-Dist: trustgraph-base
15
- Requires-Dist: trustgraph-flow
14
+ Requires-Dist: trustgraph-base<0.12
15
+ Requires-Dist: trustgraph-flow<0.12
16
16
  Requires-Dist: torch
17
17
  Requires-Dist: urllib3
18
18
  Requires-Dist: transformers
@@ -1,5 +1,5 @@
1
- trustgraph-base
2
- trustgraph-flow
1
+ trustgraph-base<0.12
2
+ trustgraph-flow<0.12
3
3
  torch
4
4
  urllib3
5
5
  transformers
@@ -1 +0,0 @@
1
- __version__ = "0.11.19"