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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test = [
"pytest>=7.4.0",
"pytest-asyncio>=0.23.0",
"pytest-timeout>=2.2.0",
"pytest-cov>=4.1.0",
"pytest-cov>=7.1.0",
"httpx>=0.28.1",
"mcp>=1.27.0",
"a2a-sdk>=0.3.0,<1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pydantic>=2.13.4
pytest>=7.4.0
pytest-asyncio>=0.23.0
pytest-timeout>=2.2.0 # per-test timeout so no run can hang the suite (see tests/conftest, pyproject)
pytest-cov>=4.1.0 # coverage report in CI logs
pytest-cov>=7.1.0 # coverage report in CI logs
httpx>=0.28.1
# Official protocol SDKs used by the conformance + live tests to validate translation
# against each protocol's REAL schema (dev/test only; not imported at runtime).
Expand Down