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 e38ca45a89ff85855f01d9b6f9e336f06209ad6a
Author: imbajin <j...@apache.org>
AuthorDate: Thu Jun 19 17:04:39 2025 +0800

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

diff --git a/hugegraph-llm/pyproject.toml b/hugegraph-llm/pyproject.toml
index 8d2a83c..06a3822 100644
--- a/hugegraph-llm/pyproject.toml
+++ b/hugegraph-llm/pyproject.toml
@@ -35,15 +35,15 @@ 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.12.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",
@@ -55,7 +55,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