From f7d5b20aa5a1bc2cd8bef1771e8848b7e7c32e75 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Sat, 4 Apr 2026 22:48:48 -0700 Subject: [PATCH] chore: bump circuitforge-core dep to >=0.8.0 (orch split) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eeb5734..57ae0f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.1.0" description = "Auction listing monitor and trust scorer" requires-python = ">=3.11" dependencies = [ - "circuitforge-core>=0.7.0", + "circuitforge-core>=0.8.0", "streamlit>=1.32", "requests>=2.31", "imagehash>=4.3",