trustgraph-embeddings-hf 0.17.16__tar.gz → 0.18.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.
Files changed (17) hide show
  1. {trustgraph-embeddings-hf-0.17.16 → trustgraph-embeddings-hf-0.18.0}/PKG-INFO +2 -2
  2. {trustgraph-embeddings-hf-0.17.16 → trustgraph-embeddings-hf-0.18.0}/setup.py +2 -2
  3. trustgraph-embeddings-hf-0.18.0/trustgraph/embeddings_hf_version.py +1 -0
  4. {trustgraph-embeddings-hf-0.17.16 → trustgraph-embeddings-hf-0.18.0}/trustgraph_embeddings_hf.egg-info/PKG-INFO +2 -2
  5. {trustgraph-embeddings-hf-0.17.16 → trustgraph-embeddings-hf-0.18.0}/trustgraph_embeddings_hf.egg-info/requires.txt +2 -2
  6. trustgraph-embeddings-hf-0.17.16/trustgraph/embeddings_hf_version.py +0 -1
  7. {trustgraph-embeddings-hf-0.17.16 → trustgraph-embeddings-hf-0.18.0}/README.md +0 -0
  8. {trustgraph-embeddings-hf-0.17.16 → trustgraph-embeddings-hf-0.18.0}/scripts/embeddings-hf +0 -0
  9. {trustgraph-embeddings-hf-0.17.16 → trustgraph-embeddings-hf-0.18.0}/setup.cfg +0 -0
  10. {trustgraph-embeddings-hf-0.17.16 → trustgraph-embeddings-hf-0.18.0}/trustgraph/__init__.py +0 -0
  11. {trustgraph-embeddings-hf-0.17.16 → trustgraph-embeddings-hf-0.18.0}/trustgraph/embeddings/__init__.py +0 -0
  12. {trustgraph-embeddings-hf-0.17.16 → trustgraph-embeddings-hf-0.18.0}/trustgraph/embeddings/hf/__init__.py +0 -0
  13. {trustgraph-embeddings-hf-0.17.16 → trustgraph-embeddings-hf-0.18.0}/trustgraph/embeddings/hf/__main__.py +0 -0
  14. {trustgraph-embeddings-hf-0.17.16 → trustgraph-embeddings-hf-0.18.0}/trustgraph/embeddings/hf/hf.py +0 -0
  15. {trustgraph-embeddings-hf-0.17.16 → trustgraph-embeddings-hf-0.18.0}/trustgraph_embeddings_hf.egg-info/SOURCES.txt +0 -0
  16. {trustgraph-embeddings-hf-0.17.16 → trustgraph-embeddings-hf-0.18.0}/trustgraph_embeddings_hf.egg-info/dependency_links.txt +0 -0
  17. {trustgraph-embeddings-hf-0.17.16 → trustgraph-embeddings-hf-0.18.0}/trustgraph_embeddings_hf.egg-info/top_level.txt +0 -0
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: trustgraph-embeddings-hf
3
- Version: 0.17.16
3
+ Version: 0.18.0
4
4
  Summary: HuggingFace embeddings support for TrustGraph.
5
5
  Home-page: https://github.com/trustgraph-ai/trustgraph
6
6
  Author: trustgraph.ai
7
7
  Author-email: security@trustgraph.ai
8
8
  License: UNKNOWN
9
- Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.17.16.tar.gz
9
+ Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.18.0.tar.gz
10
10
  Platform: UNKNOWN
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
@@ -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>=0.17,<0.18",
38
- "trustgraph-flow>=0.17,<0.18",
37
+ "trustgraph-base>=0.18,<0.19",
38
+ "trustgraph-flow>=0.18,<0.19",
39
39
  "torch",
40
40
  "urllib3",
41
41
  "transformers",
@@ -0,0 +1 @@
1
+ __version__ = "0.18.0"
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: trustgraph-embeddings-hf
3
- Version: 0.17.16
3
+ Version: 0.18.0
4
4
  Summary: HuggingFace embeddings support for TrustGraph.
5
5
  Home-page: https://github.com/trustgraph-ai/trustgraph
6
6
  Author: trustgraph.ai
7
7
  Author-email: security@trustgraph.ai
8
8
  License: UNKNOWN
9
- Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.17.16.tar.gz
9
+ Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.18.0.tar.gz
10
10
  Platform: UNKNOWN
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
@@ -9,6 +9,6 @@ pyyaml
9
9
  sentence-transformers
10
10
  torch
11
11
  transformers
12
- trustgraph-base<0.18,>=0.17
13
- trustgraph-flow<0.18,>=0.17
12
+ trustgraph-base<0.19,>=0.18
13
+ trustgraph-flow<0.19,>=0.18
14
14
  urllib3
@@ -1 +0,0 @@
1
- __version__ = "0.17.16"