From ccbbe58bd4b7f7d47d55ce65c9582ee099f5d296 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Sat, 4 Apr 2026 19:17:49 -0700 Subject: [PATCH] chore: pin circuitforge-core>=0.7.0 (affiliates + preferences modules) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ba5c077..eeb5734 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", + "circuitforge-core>=0.7.0", "streamlit>=1.32", "requests>=2.31", "imagehash>=4.3",