Skip to content

Commit 793afaf

Browse files
committed
Release v3.0.1
1 parent d39ebed commit 793afaf

12 files changed

Lines changed: 47 additions & 33 deletions

File tree

.semversioner/3.0.1.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"description": "Fix missing dependency.",
5+
"type": "patch"
6+
}
7+
],
8+
"created_at": "2026-01-28T14:34:25+00:00",
9+
"version": "3.0.1"
10+
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
Note: version releases in the 0.x.y range may introduce breaking changes.
33

4+
## 3.0.1
5+
6+
- patch: Fix missing dependency.
7+
48
## 3.0.0
59

610
- major: Monorepo restructure

packages/graphrag-cache/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "graphrag-cache"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "GraphRAG cache package."
55
authors = [
66
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
@@ -31,8 +31,8 @@ classifiers = [
3131
"Programming Language :: Python :: 3.13",
3232
]
3333
dependencies = [
34-
"graphrag-common==3.0.0",
35-
"graphrag-storage==3.0.0",
34+
"graphrag-common==3.0.1",
35+
"graphrag-storage==3.0.1",
3636
]
3737

3838
[project.urls]

packages/graphrag-chunking/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "graphrag-chunking"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "Chunking utilities for GraphRAG"
55
authors = [
66
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
@@ -30,7 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: 3.13",
3131
]
3232
dependencies = [
33-
"graphrag-common==3.0.0",
33+
"graphrag-common==3.0.1",
3434
"pydantic~=2.10",
3535
]
3636

packages/graphrag-common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "graphrag-common"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "Common utilities and types for GraphRAG"
55
authors = [
66
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},

packages/graphrag-input/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "graphrag-input"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "Input document loading utilities for GraphRAG"
55
authors = [
66
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
@@ -30,8 +30,8 @@ classifiers = [
3030
"Programming Language :: Python :: 3.13",
3131
]
3232
dependencies = [
33-
"graphrag-common==3.0.0",
34-
"graphrag-storage==3.0.0 ",
33+
"graphrag-common==3.0.1",
34+
"graphrag-storage==3.0.1 ",
3535
"pydantic~=2.10",
3636
"markitdown~=0.1.0"
3737
]

packages/graphrag-llm/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "graphrag-llm"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "GraphRAG LLM package."
55
authors = [
66
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
@@ -32,8 +32,8 @@ classifiers = [
3232
]
3333
dependencies = [
3434
"azure-identity~=1.19.0",
35-
"graphrag-cache==3.0.0",
36-
"graphrag-common==3.0.0",
35+
"graphrag-cache==3.0.1",
36+
"graphrag-common==3.0.1",
3737
"jinja2~=3.1",
3838
"litellm~=1.80",
3939
"nest-asyncio2~=1.7",

packages/graphrag-storage/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "graphrag-storage"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "GraphRAG storage package."
55
authors = [
66
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
@@ -34,7 +34,7 @@ dependencies = [
3434
"azure-cosmos~=4.9",
3535
"azure-identity~=1.19",
3636
"azure-storage-blob~=12.24",
37-
"graphrag-common==3.0.0",
37+
"graphrag-common==3.0.1",
3838
"pandas~=2.3",
3939
"pydantic~=2.10",
4040
]

packages/graphrag-vectors/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "graphrag-vectors"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "GraphRAG vector store package."
55
authors = [
66
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
@@ -34,7 +34,7 @@ dependencies = [
3434
"azure-cosmos~=4.9",
3535
"azure-identity~=1.19",
3636
"azure-search-documents~=11.6",
37-
"graphrag-common==3.0.0",
37+
"graphrag-common==3.0.1",
3838
"lancedb~=0.24.1",
3939
"numpy~=2.1",
4040
"pyarrow~=22.0",

packages/graphrag/pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "graphrag"
33
# Maintainers: do not change the version here manually
4-
version = "3.0.0"
4+
version = "3.0.1"
55
description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system."
66
authors = [
77
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
@@ -36,13 +36,13 @@ dependencies = [
3636
"azure-search-documents~=11.5",
3737
"azure-storage-blob~=12.24",
3838
"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",
4646
"graspologic-native~=1.2",
4747
"json-repair~=0.30",
4848
"networkx~=3.4",

0 commit comments

Comments
 (0)