Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ Install the core SDK and any desired extras using your preferred package manager
| **gRPC Support** | `uv add "a2a-sdk[grpc]"` | `pip install "a2a-sdk[grpc]"` |
| **OpenTelemetry Tracing**| `uv add "a2a-sdk[telemetry]"` | `pip install "a2a-sdk[telemetry]"` |
| **Encryption** | `uv add "a2a-sdk[encryption]"` | `pip install "a2a-sdk[encryption]"` |
| **Vertex AI Task Store** | `uv add "a2a-sdk[vertex]"` | `pip install "a2a-sdk[vertex]"` |
| | | |
| **Database Drivers** | | |
| **PostgreSQL** | `uv add "a2a-sdk[postgresql]"` | `pip install "a2a-sdk[postgresql]"` |
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ mysql = ["sqlalchemy[asyncio,aiomysql]>=2.0.0"]
signing = ["PyJWT>=2.0.0"]
sqlite = ["sqlalchemy[asyncio,aiosqlite]>=2.0.0"]
db-cli = ["alembic>=1.14.0"]
vertex = ["google-cloud-aiplatform>=1.140.0"]

sql = ["a2a-sdk[postgresql,mysql,sqlite]"]

Expand All @@ -55,7 +54,6 @@ all = [
"a2a-sdk[telemetry]",
"a2a-sdk[signing]",
"a2a-sdk[db-cli]",
"a2a-sdk[vertex]",
]

[project.urls]
Expand Down
Empty file removed src/a2a/contrib/__init__.py
Empty file.
Empty file.
312 changes: 0 additions & 312 deletions src/a2a/contrib/tasks/vertex_task_converter.py

This file was deleted.

Loading
Loading