mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
* 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