Fix truthbrush version constraint
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m19s

Use available version 0.2.4 instead of non-existent 0.5.0

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-23 01:11:59 -05:00
parent c75856ff44
commit 26e14880a8
2 changed files with 2 additions and 2 deletions

View File

@@ -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",