Skip to content

Commit d39ebed

Browse files
authored
Fix deps (#2193)
* fix missing project urls * fix missing deps.
1 parent 1add9a5 commit d39ebed

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

packages/graphrag-llm/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ dependencies = [
4141
"typing-extensions~=4.12"
4242
]
4343

44+
[project.urls]
45+
Source = "https://github.com/microsoft/graphrag"
46+
4447
[build-system]
4548
requires = ["hatchling>=1.27.0,<2.0.0"]
4649
build-backend = "hatchling.build"

packages/graphrag/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies = [
3737
"azure-storage-blob~=12.24",
3838
"devtools~=0.12",
3939
"graphrag-cache==3.0.0",
40+
"graphrag-chunking==3.0.0",
4041
"graphrag-common==3.0.0",
4142
"graphrag-input==3.0.0",
4243
"graphrag-llm==3.0.0",

uv.lock

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

0 commit comments

Comments
 (0)