From d583dd44b60fde00934cc66af4bb8142ff61f833 Mon Sep 17 00:00:00 2001 From: Yusuke Watanabe <42527473+ywatanabe1989@users.noreply.github.com> Date: Tue, 1 Sep 2026 00:54:09 +0900 Subject: [PATCH] chore(deps): scitex-clew ==0.17.0 -> >=0.20.0 (the PostgreSQL store migration) --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 265512614..3737a8434 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dependencies = [ # Config + env loading (scitex.helpers.load_scitex_env delegates here) "scitex-config==0.3.6", # Reproducibility Verification - "scitex-clew==0.17.0", + "scitex-clew>=0.20.0", # App SDK — unified file storage for local + cloud "scitex-app==0.2.11", # Delegated core modules (thin re-exports) @@ -793,7 +793,7 @@ web = [ # Clew Module - Hash-based verification for reproducible science (Ariadne's thread) # Use: pip install scitex[clew] # Note: No extra dependencies - uses only the standard library -clew = ["scitex-clew==0.17.0"] +clew = ["scitex-clew>=0.20.0"] # Writer Module - Academic paper writing # Use: pip install scitex[writer] @@ -948,7 +948,7 @@ dev = [ "scitex-audio==0.3.0", "scitex-audit==0.2.0", "scitex-browser==0.1.15", - "scitex-clew==0.17.0", + "scitex-clew>=0.20.0", # NOTE: scitex-hub (optional peer powering cloud/module/project; formerly # scitex-cloud) is intentionally NOT in [dev] — it is unreleased, so listing # it here would break CI's `.[all,dev]` resolve. Install explicitly via