Skip to content

Commit 4e6d878

Browse files
committed
Merge branch 'make-telemetry-optional' of https://github.com/a2aproject/a2a-python into make-telemetry-optional
2 parents af2a500 + a48290b commit 4e6d878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sqlite = ["sqlalchemy[asyncio,aiosqlite]>=2.0.0"]
3636
sql = ["sqlalchemy[asyncio,postgresql-asyncpg,aiomysql,aiosqlite]>=2.0.0"]
3737
encryption = ["cryptography>=43.0.0"]
3838
grpc = ["grpcio>=1.60", "grpcio-tools>=1.60", "grpcio_reflection>=1.7.0", "protobuf==5.29.5", "google-api-core>=1.26.0"]
39-
telemetry = ["opentelemetry-api>=1.33.0", "opentelemetry-sdk>=1.33.0", "opentelemetry-semantic-conventions>=0.55b1"]
39+
telemetry = ["opentelemetry-api>=1.33.0", "opentelemetry-sdk>=1.33.0"]
4040

4141
[project.urls]
4242
homepage = "https://a2a-protocol.org/"

0 commit comments

Comments
 (0)