You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
65cbf4b35c
* The main fix is in eval_metrics.py * Removed some deprecated paths in the FastAPI server * Added a unit test to catch future breakages * Bump fastapi version to be 0.124.1 to capture the fix in https://github.com/fastapi/fastapi/pull/14482 * Removed the upper-bound restriction on fastapi version which was used to temporarily fix the issue Fixes #3173 Co-authored-by: Liang Wu <wuliang@google.com> PiperOrigin-RevId: 861867708