Install truthbrush from git main branch
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m51s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m51s
PyPI version (0.2.4) is outdated. Recent commits (Jan 21, 2026) updated the API URL which may fix Cloudflare issues. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@ description = "Truth Social to Discord relay service"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"truthbrush>=0.2.4",
|
"truthbrush @ git+https://github.com/stanfordio/truthbrush.git@main",
|
||||||
"requests>=2.31.0",
|
"requests>=2.31.0",
|
||||||
"fastapi>=0.109.0",
|
"fastapi>=0.109.0",
|
||||||
"uvicorn[standard]>=0.27.0",
|
"uvicorn[standard]>=0.27.0",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
truthbrush>=0.2.4
|
truthbrush @ git+https://github.com/stanfordio/truthbrush.git@main
|
||||||
requests>=2.31.0
|
requests>=2.31.0
|
||||||
fastapi>=0.109.0
|
fastapi>=0.109.0
|
||||||
uvicorn[standard]>=0.27.0
|
uvicorn[standard]>=0.27.0
|
||||||
|
|||||||
Reference in New Issue
Block a user