-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
services[Component] This issue is related to runtime services, e.g. sessions, memory, artifacts, etc[Component] This issue is related to runtime services, e.g. sessions, memory, artifacts, etc
Milestone
Description
Describe the bug
When installing google-adk v1.16, the Swagger documentation page (accessed via adk web /docs) does not appear. Instead, the following error is displayed:
Failed to load API definition. Errors Hide Fetch error Internal Server Error /openapi.json
I resolved the issue by downgrading FastAPI to version 0.115.0.
To Reproduce
- Install google-adk v1.16
- Run
adk web - Open the Swagger documentation page
- Observe the error above
Expected behavior
The Swagger documentation page should load normally after running adk web.
Screenshots
http://127.0.0.1:8000/docs

Desktop:
- OS: Windows 11
- Python version (python -V): 3.13/3.14
- ADK version (pip show google-adk): 1.16
Model Information:
- Which model is being used: gemini-2.5-flash
Additional context
Downgrading FastAPI to 0.115.0 restored the documentation route.
Metadata
Metadata
Assignees
Labels
services[Component] This issue is related to runtime services, e.g. sessions, memory, artifacts, etc[Component] This issue is related to runtime services, e.g. sessions, memory, artifacts, etc