We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c78acd commit 7cce48aCopy full SHA for 7cce48a
src/a2a/utils/telemetry.py
@@ -59,7 +59,7 @@ def internal_method(self):
59
import logging
60
61
from collections.abc import Callable
62
-from typing import Any, TypeAlias
+from typing import Any
63
64
65
logger = logging.getLogger(__name__)
@@ -94,7 +94,7 @@ def __getattr__(self, name: str) -> '_NoOp':
94
_SpanKind = _NoOp()
95
StatusCode = _NoOp()
96
97
-SpanKind: TypeAlias = _SpanKind
+SpanKind = _SpanKind
98
__all__ = ['SpanKind']
99
100
INSTRUMENTING_MODULE_NAME = 'a2a-python-sdk'
0 commit comments