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

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


The following commit(s) were added to refs/heads/main by this push:
     new ba3ad2bc chore: update CGraph version with tag (#305)
ba3ad2bc is described below

commit ba3ad2bc4165639f7278c0e17797cf8f28f72048
Author: Linyu <[email protected]>
AuthorDate: Wed Nov 5 16:21:53 2025 +0800

    chore: update CGraph version with tag (#305)
    
    Fixed PyCGraph to version 3.2.0 (solving a bug occured when combining
    GCondition with GRegion in PyCGraph)
---
 hugegraph-llm/pyproject.toml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/hugegraph-llm/pyproject.toml b/hugegraph-llm/pyproject.toml
index 9b5f5b8d..d702b301 100644
--- a/hugegraph-llm/pyproject.toml
+++ b/hugegraph-llm/pyproject.toml
@@ -97,9 +97,7 @@ allow-direct-references = true
 
 [tool.uv.sources]
 hugegraph-python-client = { workspace = true }
-# We encountered a bug in PyCGraph's latest release version, so we're using a 
specific commit from the main branch (without the bug) as the project 
dependency.
-# TODO: Replace this command in the future when a new PyCGraph release version 
(after 3.1.2) is available.
-pycgraph = { git = "https://github.com/ChunelFeng/CGraph.git";, subdirectory = 
"python", rev = "248bfcfeddfa2bc23a1d585a3925c71189dba6cc"}
+pycgraph = { git = "https://github.com/ChunelFeng/CGraph.git";, subdirectory = 
"python", tag = "v3.2.0", marker = "sys_platform == 'linux'" }
 
 [tool.mypy]
 disable_error_code = ["import-untyped"]

Reply via email to