Skip to content

Commit 097faaf

Browse files
committed
update pyproject to use specific extras in graphragsdk
1 parent ed96927 commit 097faaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.9"
10-
graphrag-sdk ="^0.3.0"
10+
graphrag-sdk = { version = "^0.3.0", extras = ["openai"] }
1111
tree-sitter = "^0.22.3"
1212
validators = "^0.34.0"
1313
GitPython = "^3.1.43"

0 commit comments

Comments
 (0)