graphrag-cache 3.0.5__tar.gz → 3.0.7__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: graphrag-cache
3
- Version: 3.0.5
3
+ Version: 3.0.7
4
4
  Summary: GraphRAG cache package.
5
5
  Project-URL: Source, https://github.com/microsoft/graphrag
6
6
  Author: Mónica Carvajal
@@ -12,8 +12,8 @@ Classifier: Programming Language :: Python :: 3.11
12
12
  Classifier: Programming Language :: Python :: 3.12
13
13
  Classifier: Programming Language :: Python :: 3.13
14
14
  Requires-Python: <3.14,>=3.11
15
- Requires-Dist: graphrag-common==3.0.5
16
- Requires-Dist: graphrag-storage==3.0.5
15
+ Requires-Dist: graphrag-common==3.0.7
16
+ Requires-Dist: graphrag-storage==3.0.7
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # GraphRAG Cache
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "graphrag-cache"
3
- version = "3.0.5"
3
+ version = "3.0.7"
4
4
  description = "GraphRAG cache package."
5
5
  authors = [
6
6
  {name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
@@ -31,8 +31,8 @@ classifiers = [
31
31
  "Programming Language :: Python :: 3.13",
32
32
  ]
33
33
  dependencies = [
34
- "graphrag-common==3.0.5",
35
- "graphrag-storage==3.0.5",
34
+ "graphrag-common==3.0.7",
35
+ "graphrag-storage==3.0.7",
36
36
  ]
37
37
 
38
38
  [project.urls]
File without changes
File without changes