You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
ddf2e2194b
Verified with uv on Python 3.12 and 3.13 using the same ignores as CI. 3.12: uv python install 3.12 && uv venv --python 3.12 .venv && source .venv/bin/activate uv sync --extra test --extra eval --extra a2a python -m pytest tests/unittests --ignore=tests/unittests/artifacts/test_artifact_service.py --ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py 3.13: repeated the above with 3.13 (separate env) Result: All unit tests passed PiperOrigin-RevId: 794669437