From c067498f736c685262f71f736a28cf9dee459dd7 Mon Sep 17 00:00:00 2001 From: QuantumGhost Date: Thu, 14 May 2026 14:29:27 +0800 Subject: [PATCH] chore(api): upgrade graphon to v0.4.0 --- api/pyproject.toml | 8 ++------ api/uv.lock | 10 +++++++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index c5753068e6..0fef28aa5a 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "resend>=2.27.0,<3.0.0", # Emerging: newer and fast-moving, use compatible pins "fastopenapi[flask]~=0.7.0", - "graphon~=0.3.1", + "graphon~=0.4.0", "httpx-sse~=0.4.0", "json-repair~=0.59.4", ] @@ -96,15 +96,11 @@ dify-trace-mlflow = { workspace = true } dify-trace-opik = { workspace = true } dify-trace-tencent = { workspace = true } dify-trace-weave = { workspace = true } -graphon = { git = "https://github.com/QuantumGhost/graphon", branch = "hitl-form-dev" } [tool.uv] default-groups = ["storage", "tools", "vdb-all", "trace-all"] package = false -override-dependencies = [ - "litellm>=1.83.7", - "pyarrow>=18.0.0", -] +override-dependencies = ["litellm>=1.83.7", "pyarrow>=18.0.0"] [dependency-groups] diff --git a/api/uv.lock b/api/uv.lock index 20fb7c52e2..6580a18925 100644 --- a/api/uv.lock +++ b/api/uv.lock @@ -1597,7 +1597,7 @@ requires-dist = [ { name = "gmpy2", specifier = ">=2.3.0" }, { name = "google-api-python-client", specifier = ">=2.196.0" }, { name = "google-cloud-aiplatform", specifier = ">=1.151.0,<2.0.0" }, - { name = "graphon", git = "https://github.com/QuantumGhost/graphon?branch=hitl-form-dev" }, + { name = "graphon", specifier = "~=0.4.0" }, { name = "gunicorn", specifier = ">=26.0.0" }, { name = "httpx", extras = ["socks"], specifier = ">=0.28.1,<1.0.0" }, { name = "httpx-sse", specifier = "~=0.4.0" }, @@ -2940,8 +2940,8 @@ httpx = [ [[package]] name = "graphon" -version = "0.3.1" -source = { git = "https://github.com/QuantumGhost/graphon?branch=hitl-form-dev#2287be4495a15ea2f3a59d603c22b1afa5909ae6" } +version = "0.4.0" +source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "charset-normalizer" }, { name = "httpx" }, @@ -2961,6 +2961,10 @@ dependencies = [ { name = "unstructured", extra = ["docx", "epub", "md", "ppt", "pptx"] }, { name = "webvtt-py" }, ] +sdist = { url = "https://files.pythonhosted.org/packages/76/24/eb1e7983404dcac84816b76ea450e1bb97023e55e00c699d609340bc361e/graphon-0.4.0.tar.gz", hash = "sha256:afb0c7a58f89e09cfa585296429b4d08cd0df80b9ac54d550f88e7d76ec48ee0", size = 261812, upload-time = "2026-05-13T11:48:39.198Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/b7/de/bad6b3fd1e4b4defc16e6ea106e55c44725a159f1d191a99877bce1c9931/graphon-0.4.0-py3-none-any.whl", hash = "sha256:b33f95886da823d5b1b53d663a4f5f8fa383c37740f3bd19297b8d140fcb804c", size = 372711, upload-time = "2026-05-13T11:48:37.712Z" }, +] [[package]] name = "graphql-core"