From 26e14880a84657b0e6c87d4330cd61b8bbbf5fff Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Fri, 23 Jan 2026 01:11:59 -0500 Subject: [PATCH] Fix truthbrush version constraint Use available version 0.2.4 instead of non-existent 0.5.0 Co-Authored-By: Claude Opus 4.5 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 71e8fb6..3ab14b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Truth Social to Discord relay service" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "truthbrush>=0.5.0", + "truthbrush>=0.2.4", "requests>=2.31.0", "fastapi>=0.109.0", "uvicorn[standard]>=0.27.0", diff --git a/requirements.txt b/requirements.txt index 7af72ff..e93ed3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -truthbrush>=0.5.0 +truthbrush>=0.2.4 requests>=2.31.0 fastapi>=0.109.0 uvicorn[standard]>=0.27.0