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 5c5b816 commit 95de596Copy full SHA for 95de596
.github/actions/spelling/allow.txt
@@ -52,6 +52,7 @@ lifecycles
52
linting
53
Llm
54
lstrips
55
+mikeas
56
mockurl
57
notif
58
oauthoidc
tests/client/test_auth_middleware.py
@@ -7,8 +7,8 @@
7
import respx
8
9
from a2a.client import A2AClient
10
-from a2a.client.middleware import ClientCallContext, ClientCallInterceptor
11
from a2a.client.auth import AuthInterceptor, InMemoryContextCredentialStore
+from a2a.client.middleware import ClientCallContext, ClientCallInterceptor
12
from a2a.types import (
13
APIKeySecurityScheme,
14
AgentCapabilities,
0 commit comments