graphrag-common 3.0.2__tar.gz → 3.0.4__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 (18) hide show
  1. {graphrag_common-3.0.2 → graphrag_common-3.0.4}/PKG-INFO +1 -1
  2. {graphrag_common-3.0.2 → graphrag_common-3.0.4}/pyproject.toml +1 -1
  3. {graphrag_common-3.0.2 → graphrag_common-3.0.4}/.gitignore +0 -0
  4. {graphrag_common-3.0.2 → graphrag_common-3.0.4}/LICENSE +0 -0
  5. {graphrag_common-3.0.2 → graphrag_common-3.0.4}/README.md +0 -0
  6. {graphrag_common-3.0.2 → graphrag_common-3.0.4}/example_notebooks/config_files/config.toml +0 -0
  7. {graphrag_common-3.0.2 → graphrag_common-3.0.4}/example_notebooks/config_files/config.yaml +0 -0
  8. {graphrag_common-3.0.2 → graphrag_common-3.0.4}/example_notebooks/config_files/settings.yaml +0 -0
  9. {graphrag_common-3.0.2 → graphrag_common-3.0.4}/example_notebooks/config_module_example.ipynb +0 -0
  10. {graphrag_common-3.0.2 → graphrag_common-3.0.4}/example_notebooks/factory_module_example.ipynb +0 -0
  11. {graphrag_common-3.0.2 → graphrag_common-3.0.4}/graphrag_common/__init__.py +0 -0
  12. {graphrag_common-3.0.2 → graphrag_common-3.0.4}/graphrag_common/config/__init__.py +0 -0
  13. {graphrag_common-3.0.2 → graphrag_common-3.0.4}/graphrag_common/config/load_config.py +0 -0
  14. {graphrag_common-3.0.2 → graphrag_common-3.0.4}/graphrag_common/factory/__init__.py +0 -0
  15. {graphrag_common-3.0.2 → graphrag_common-3.0.4}/graphrag_common/factory/factory.py +0 -0
  16. {graphrag_common-3.0.2 → graphrag_common-3.0.4}/graphrag_common/hasher/__init__.py +0 -0
  17. {graphrag_common-3.0.2 → graphrag_common-3.0.4}/graphrag_common/hasher/hasher.py +0 -0
  18. {graphrag_common-3.0.2 → graphrag_common-3.0.4}/graphrag_common/py.typed +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: graphrag-common
3
- Version: 3.0.2
3
+ Version: 3.0.4
4
4
  Summary: Common utilities and types for GraphRAG
5
5
  Project-URL: Source, https://github.com/microsoft/graphrag
6
6
  Author: Mónica Carvajal
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "graphrag-common"
3
- version = "3.0.2"
3
+ version = "3.0.4"
4
4
  description = "Common utilities and types for GraphRAG"
5
5
  authors = [
6
6
  {name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
File without changes