Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ slack = [
# firewalls without exposing a public webhook. aiohttp is pulled
# transitively but listing it here documents the runtime requirement.
"slack_bolt>=1.20,<2.0",
"aiohttp>=3.14.0,<4.0",
"aiohttp>=3.14.3,<4.0",
]
a2a = [
# acc/a2a — A2A (Agent-to-Agent protocol) interop for ACC. Phases 1b/2
# add an opt-in HTTP / JSON-RPC server alongside the agent's NATS
# subscriber; Phase 3 adds an outbound A2A client. All gated by
# ACC_A2A_PORT — default off → no aiohttp import at runtime.
"aiohttp>=3.14.0,<4.0",
"aiohttp>=3.14.3,<4.0",
]
mlflow = [
# OpenSpec 20260527-mlflow-otel-telemetry Phase 1 — OTLP/HTTP
Expand Down
Loading