Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions .semversioner/3.1.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"changes": [
{
"description": "Bump dependencies.",
"type": "patch"
},
{
"description": "Fix #2265 - Fail fast when document vector length mismatches the configured vector_size.",
"type": "patch"
},
{
"description": "Fix #2330 - Add explicit return type annotations for batched() and chunk_text() generators.",
"type": "patch"
},
{
"description": "Fix #2389 - Loosen service_tier type to str | None to allow for more flexibility in service tier representation.",
"type": "patch"
},
{
"description": "Fix .strip call - resolves #2381",
"type": "patch"
},
{
"description": "Fix 2170 - cannot release un-acquired lock in Blob logger",
"type": "patch"
},
{
"description": "Fix JSONL input loader to skip blank lines and ignore invalid JSON rows",
"type": "patch"
},
{
"description": "Fix logging bug.",
"type": "patch"
}
],
"created_at": "2026-07-18T00:49:43+00:00",
"version": "3.1.1"
}
4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20260710152344024031.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20260710182840267649.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20260710184002601897.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20260710221345787890.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20260715164826396721.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20260716012407007795.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20260716201536111939.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20260717165805703786.json

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog
Note: version releases in the 0.x.y range may introduce breaking changes.

## 3.1.1

- patch: Bump dependencies.
- patch: Fix #2265 - Fail fast when document vector length mismatches the configured vector_size.
- patch: Fix #2330 - Add explicit return type annotations for batched() and chunk_text() generators.
- patch: Fix #2389 - Loosen service_tier type to str | None to allow for more flexibility in service tier representation.
- patch: Fix .strip call - resolves #2381
- patch: Fix 2170 - cannot release un-acquired lock in Blob logger
- patch: Fix JSONL input loader to skip blank lines and ignore invalid JSON rows
- patch: Fix logging bug.

## 3.1.0

- minor: Native CosmosTableProvider with namespace partitioning, transactional batch writes, and simplified AzureCosmosStorage.
Expand Down
6 changes: 3 additions & 3 deletions packages/graphrag-cache/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "graphrag-cache"
version = "3.1.0"
version = "3.1.1"
description = "GraphRAG cache package."
authors = [
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
Expand Down Expand Up @@ -31,8 +31,8 @@ classifiers = [
"Programming Language :: Python :: 3.13",
]
dependencies = [
"graphrag-common==3.1.0",
"graphrag-storage==3.1.0",
"graphrag-common==3.1.1",
"graphrag-storage==3.1.1",
]

[project.urls]
Expand Down
4 changes: 2 additions & 2 deletions packages/graphrag-chunking/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "graphrag-chunking"
version = "3.1.0"
version = "3.1.1"
description = "Chunking utilities for GraphRAG"
authors = [
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
Expand Down Expand Up @@ -30,7 +30,7 @@ classifiers = [
"Programming Language :: Python :: 3.13",
]
dependencies = [
"graphrag-common==3.1.0",
"graphrag-common==3.1.1",
"pydantic~=2.10",
]

Expand Down
2 changes: 1 addition & 1 deletion packages/graphrag-common/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "graphrag-common"
version = "3.1.0"
version = "3.1.1"
description = "Common utilities and types for GraphRAG"
authors = [
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
Expand Down
6 changes: 3 additions & 3 deletions packages/graphrag-input/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "graphrag-input"
version = "3.1.0"
version = "3.1.1"
description = "Input document loading utilities for GraphRAG"
authors = [
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
Expand Down Expand Up @@ -30,8 +30,8 @@ classifiers = [
"Programming Language :: Python :: 3.13",
]
dependencies = [
"graphrag-common==3.1.0",
"graphrag-storage==3.1.0",
"graphrag-common==3.1.1",
"graphrag-storage==3.1.1",
"pydantic~=2.10",
"markitdown[pdf]~=0.1.0",
"pyarrow>=14.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/graphrag-llm/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "graphrag-llm"
version = "3.1.0"
version = "3.1.1"
description = "GraphRAG LLM package."
authors = [
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
Expand Down Expand Up @@ -35,8 +35,8 @@ dependencies = [
"azure-identity~=1.25",
# fastapi is required for litellm tool calling. https://github.com/BerriAI/litellm/issues/32993
"fastapi>=0.136.3,<1.0",
"graphrag-cache==3.1.0",
"graphrag-common==3.1.0",
"graphrag-cache==3.1.1",
"graphrag-common==3.1.1",
"jinja2~=3.1",
"litellm==1.92.0",
"nest-asyncio2~=1.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphrag-storage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "graphrag-storage"
version = "3.1.0"
version = "3.1.1"
description = "GraphRAG storage package."
authors = [
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
Expand Down Expand Up @@ -34,7 +34,7 @@ dependencies = [
"azure-cosmos~=4.9",
"azure-identity~=1.25",
"azure-storage-blob~=12.24",
"graphrag-common==3.1.0",
"graphrag-common==3.1.1",
"pandas~=3.0",
"pydantic~=2.10",
]
Expand Down
4 changes: 2 additions & 2 deletions packages/graphrag-vectors/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "graphrag-vectors"
version = "3.1.0"
version = "3.1.1"
description = "GraphRAG vector store package."
authors = [
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
Expand Down Expand Up @@ -34,7 +34,7 @@ dependencies = [
"azure-cosmos~=4.9",
"azure-identity~=1.25",
"azure-search-documents~=12.0",
"graphrag-common==3.1.0",
"graphrag-common==3.1.1",
"lancedb~=0.34.0",
"numpy~=2.1",
"pyarrow~=25.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/graphrag/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "graphrag"
# Maintainers: do not change the version here manually
version = "3.1.0"
version = "3.1.1"
description = "GraphRAG: A graph-based retrieval-augmented generation (RAG) system."
authors = [
{name = "Alonso Guevara Fernández", email = "alonsog@microsoft.com"},
Expand Down Expand Up @@ -36,13 +36,13 @@ dependencies = [
"azure-search-documents~=12.0",
"azure-storage-blob~=12.24",
"devtools~=0.12",
"graphrag-cache==3.1.0",
"graphrag-chunking==3.1.0",
"graphrag-common==3.1.0",
"graphrag-input==3.1.0",
"graphrag-llm==3.1.0",
"graphrag-storage==3.1.0",
"graphrag-vectors==3.1.0",
"graphrag-cache==3.1.1",
"graphrag-chunking==3.1.1",
"graphrag-common==3.1.1",
"graphrag-input==3.1.1",
"graphrag-llm==3.1.1",
"graphrag-storage==3.1.1",
"graphrag-vectors==3.1.1",
# Hold on the 1.2.x line: graspologic-native 1.3.x changes Leiden clustering
# output (community counts/levels), which breaks pinned regression tests and the
# golden community data. Revisit deliberately with a golden-data refresh.
Expand Down
Loading
Loading