Skip to content

Commit 16b4ea5

Browse files
Release v0.3.6 (#1172)
1 parent b61c4ec commit 16b4ea5

File tree

5 files changed

+45
-45
lines changed

5 files changed

+45
-45
lines changed

.semversioner/0.3.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": "Collapse create_final_relationships.",
5+
"type": "patch"
6+
},
7+
{
8+
"description": "Dependency update and cleanup",
9+
"type": "patch"
10+
}
11+
],
12+
"created_at": "2024-09-20T00:09:13+00:00",
13+
"version": "0.3.6"
14+
}

.semversioner/next-release/patch-20240919185225554951.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+
## 0.3.6
5+
6+
- patch: Collapse create_final_relationships.
7+
- patch: Dependency update and cleanup
8+
49
## 0.3.5
510

611
- patch: Add compound verbs with tests infra.

poetry.lock

Lines changed: 23 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "graphrag"
33
# Maintainers: do not change the version here manually, use ./scripts/release.sh
4-
version = "0.3.5"
4+
version = "0.3.6"
55
description = ""
66
authors = [
77
"Alonso Guevara Fernández <alonsog@microsoft.com>",
@@ -48,7 +48,7 @@ datashaper = "^0.0.49"
4848

4949
# Vector Stores
5050
azure-search-documents = "^11.4.0"
51-
lancedb = "^0.12.0"
51+
lancedb = "^0.13.0"
5252

5353
# Async IO
5454
aiolimiter = "^1.1.0"
@@ -76,7 +76,7 @@ python-dotenv = "^1.0.0"
7676
# Network
7777
tenacity = "^9.0.0"
7878

79-
pydantic = "^2"
79+
pydantic = "^2.9.2"
8080
rich = "^13.6.0"
8181
devtools = "^0.12.2"
8282
typing-extensions = "^4.12.2"

0 commit comments

Comments
 (0)