You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor!: Make the FastAPI and Starlette dependencies optional (#217)
# Description
This update makes Starlette and FastAPI libraries as optional
dependencies. Users can run `uv add a2a-sdk[http-server]` to install
these dependencies.
## Additional Checks
- Verified that the "helloworld" agent sample works with this change.
- Verified that a reasonable error message is printed when trying to use
`A2AFastAPIApplication`.
Release-As: 0.3.0
---------
Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
Co-authored-by: Holt Skinner <holtskinner@google.com>
0 commit comments