Skip to content

Commit 2757555

Browse files
committed
Release v3.0.6
1 parent bb9afeb commit 2757555

File tree

13 files changed

+51
-40
lines changed

13 files changed

+51
-40
lines changed

.semversioner/3.0.6.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"changes": [
3+
{
4+
"description": "extract_graph_nlp streaming",
5+
"type": "patch"
6+
},
7+
{
8+
"description": "filter phantom relationships in graph",
9+
"type": "patch"
10+
}
11+
],
12+
"created_at": "2026-03-05T17:22:13+00:00",
13+
"version": "3.0.6"
14+
}

.semversioner/next-release/patch-20260302184111878545.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20260302221432185149.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

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

4+
## 3.0.6
5+
6+
- patch: extract_graph_nlp streaming
7+
- patch: filter phantom relationships in graph
8+
49
## 3.0.5
510

611
- patch: fix csv reader

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.5"
3+
version = "3.0.6"
44
description = "GraphRAG cache package."
55
authors = [
66
{name = "Alonso Guevara Fernández", email = "[email protected]"},
@@ -31,8 +31,8 @@ classifiers = [
3131
"Programming Language :: Python :: 3.13",
3232
]
3333
dependencies = [
34-
"graphrag-common==3.0.5",
35-
"graphrag-storage==3.0.5",
34+
"graphrag-common==3.0.6",
35+
"graphrag-storage==3.0.6",
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.5"
3+
version = "3.0.6"
44
description = "Chunking utilities for GraphRAG"
55
authors = [
66
{name = "Alonso Guevara Fernández", email = "[email protected]"},
@@ -30,7 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: 3.13",
3131
]
3232
dependencies = [
33-
"graphrag-common==3.0.5",
33+
"graphrag-common==3.0.6",
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.5"
3+
version = "3.0.6"
44
description = "Common utilities and types for GraphRAG"
55
authors = [
66
{name = "Alonso Guevara Fernández", email = "[email protected]"},

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.5"
3+
version = "3.0.6"
44
description = "Input document loading utilities for GraphRAG"
55
authors = [
66
{name = "Alonso Guevara Fernández", email = "[email protected]"},
@@ -30,8 +30,8 @@ classifiers = [
3030
"Programming Language :: Python :: 3.13",
3131
]
3232
dependencies = [
33-
"graphrag-common==3.0.5",
34-
"graphrag-storage==3.0.5 ",
33+
"graphrag-common==3.0.6",
34+
"graphrag-storage==3.0.6 ",
3535
"pydantic~=2.10",
3636
"markitdown~=0.1.0",
3737
"markitdown[pdf]"

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.5"
3+
version = "3.0.6"
44
description = "GraphRAG LLM package."
55
authors = [
66
{name = "Alonso Guevara Fernández", email = "[email protected]"},
@@ -33,8 +33,8 @@ classifiers = [
3333
]
3434
dependencies = [
3535
"azure-identity~=1.25",
36-
"graphrag-cache==3.0.5",
37-
"graphrag-common==3.0.5",
36+
"graphrag-cache==3.0.6",
37+
"graphrag-common==3.0.6",
3838
"jinja2~=3.1",
3939
"litellm~=1.80",
4040
"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.5"
3+
version = "3.0.6"
44
description = "GraphRAG storage package."
55
authors = [
66
{name = "Alonso Guevara Fernández", email = "[email protected]"},
@@ -34,7 +34,7 @@ dependencies = [
3434
"azure-cosmos~=4.9",
3535
"azure-identity~=1.25",
3636
"azure-storage-blob~=12.24",
37-
"graphrag-common==3.0.5",
37+
"graphrag-common==3.0.6",
3838
"pandas~=2.3",
3939
"pydantic~=2.10",
4040
]

0 commit comments

Comments
 (0)