|
1 | 1 | [project] |
2 | 2 | name = "graphrag" |
3 | 3 | # Maintainers: do not change the version here manually |
4 | | -version = "3.0.0" |
| 4 | +version = "3.0.1" |
5 | 5 | description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system." |
6 | 6 | authors = [ |
7 | 7 | {name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"}, |
@@ -36,13 +36,13 @@ dependencies = [ |
36 | 36 | "azure-search-documents~=11.5", |
37 | 37 | "azure-storage-blob~=12.24", |
38 | 38 | "devtools~=0.12", |
39 | | - "graphrag-cache==3.0.0", |
40 | | - "graphrag-chunking==3.0.0", |
41 | | - "graphrag-common==3.0.0", |
42 | | - "graphrag-input==3.0.0", |
43 | | - "graphrag-llm==3.0.0", |
44 | | - "graphrag-storage==3.0.0", |
45 | | - "graphrag-vectors==3.0.0", |
| 39 | + "graphrag-cache==3.0.1", |
| 40 | + "graphrag-chunking==3.0.1", |
| 41 | + "graphrag-common==3.0.1", |
| 42 | + "graphrag-input==3.0.1", |
| 43 | + "graphrag-llm==3.0.1", |
| 44 | + "graphrag-storage==3.0.1", |
| 45 | + "graphrag-vectors==3.0.1", |
46 | 46 | "graspologic-native~=1.2", |
47 | 47 | "json-repair~=0.30", |
48 | 48 | "networkx~=3.4", |
|
0 commit comments