Skip to content

Commit 5962938

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents cb297dc + 0bf31d2 commit 5962938

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

hugegraph-llm/pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,19 @@ dependencies = [
3535
"ollama~=0.4.8",
3636
"qianfan~=0.3.18",
3737
"retry~=0.9.2",
38-
"tiktoken>=0.7.0",
38+
"tiktoken~=0.7.0",
3939
"nltk~=3.9.1",
40-
"gradio>5.0.0",
41-
"jieba>=0.42.1",
40+
"gradio~=5.20.0",
41+
"jieba~=0.42.1",
4242
"numpy~=1.24.4",
4343
"python-docx~=1.1.2",
4444
"langchain-text-splitters~=0.2.2",
4545
"faiss-cpu~=1.8.0",
46-
"python-dotenv>=1.0.1",
46+
"python-dotenv~=1.0.1",
4747
"pyarrow~=17.0.0",
4848
"pandas<2.2.2",
4949
"openpyxl~=3.1.5",
50+
"pydantic~=2.10.6",
5051
"pydantic-settings~=2.6.1",
5152
"decorator~=5.1.1",
5253
"requests~=2.32.0",
@@ -55,7 +56,7 @@ dependencies = [
5556
"rich~=13.9.4",
5657
"apscheduler~=3.10.4",
5758
"litellm~=1.61.13",
58-
"hugegraph-python-client"
59+
"hugegraph-python-client",
5960
]
6061
[project.urls]
6162
homepage = "https://hugegraph.apache.org/"

0 commit comments

Comments
 (0)