This is an automated email from the ASF dual-hosted git repository.

jin pushed a commit to branch fix-gradio
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-ai.git

commit 4a2e65e915b4b9c9d1468ffe00c488fa9c6209e1
Author: imbajin <j...@apache.org>
AuthorDate: Thu Jun 19 17:04:39 2025 +0800

    fix(llm): limit the deps version
---
 hugegraph-llm/pyproject.toml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/hugegraph-llm/pyproject.toml b/hugegraph-llm/pyproject.toml
index 8d2a83c..2349fe1 100644
--- a/hugegraph-llm/pyproject.toml
+++ b/hugegraph-llm/pyproject.toml
@@ -35,18 +35,19 @@ dependencies = [
     "ollama~=0.4.8",
     "qianfan~=0.3.18",
     "retry~=0.9.2",
-    "tiktoken>=0.7.0",
+    "tiktoken~=0.7.0",
     "nltk~=3.9.1",
-    "gradio>5.0.0",
+    "gradio~=5.20.0",
     "jieba>=0.42.1",
     "numpy~=1.24.4",
     "python-docx~=1.1.2",
     "langchain-text-splitters~=0.2.2",
     "faiss-cpu~=1.8.0",
-    "python-dotenv>=1.0.1",
+    "python-dotenv~=1.0.1",
     "pyarrow~=17.0.0",
     "pandas<2.2.2",
     "openpyxl~=3.1.5",
+    "pydantic~=2.10.6",
     "pydantic-settings~=2.6.1",
     "decorator~=5.1.1",
     "requests~=2.32.0",
@@ -55,7 +56,7 @@ dependencies = [
     "rich~=13.9.4",
     "apscheduler~=3.10.4",
     "litellm~=1.61.13",
-    "hugegraph-python-client"
+    "hugegraph-python-client",
 ]
 [project.urls]
 homepage = "https://hugegraph.apache.org/";

Reply via email to