This commit is contained in:
2025-04-09 12:17:12 +00:00
parent 4a90f6974c
commit 7bd79b4b4e

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "arbiter" name = "arbiter"
version = "0.3.0" version = "0.4.0"
description = "A multi-agent code review system that shows its work" description = "A multi-agent code review system that shows its work"
readme = "readme.md" readme = "readme.md"
requires-python = ">=3.12" requires-python = ">=3.12"
@@ -35,6 +35,9 @@ dependencies = [
"arq>=0.25.0", "arq>=0.25.0",
"redis>=5.0.1", "redis>=5.0.1",
"prometheus-client>=0.19.0", "prometheus-client>=0.19.0",
# Phase 4: Platform Integrations
"httpx>=0.26.0",
"tenacity>=8.2.0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
@@ -45,9 +48,9 @@ dev = [
"ruff>=0.4.0", "ruff>=0.4.0",
"mypy>=1.10.0", "mypy>=1.10.0",
"types-PyYAML>=6.0.0", "types-PyYAML>=6.0.0",
"httpx>=0.26.0",
"fakeredis>=2.21.0", "fakeredis>=2.21.0",
"aiosqlite>=0.19.0", "aiosqlite>=0.19.0",
"respx>=0.21.0",
] ]
[project.scripts] [project.scripts]