Skip to content

Commit 21a95ab

Browse files
authored
Update deps (#1100)
1 parent 3242bf9 commit 21a95ab

File tree

2 files changed

+307
-254
lines changed

2 files changed

+307
-254
lines changed

tests/otel_integrations/test_openai_agents_mcp.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def name(self):
104104
'params': {
105105
'meta': None,
106106
'protocolVersion': IsStr(),
107-
'capabilities': {'experimental': None, 'sampling': {}, 'roots': {'listChanged': True}},
107+
'capabilities': {'experimental': None, 'sampling': None, 'roots': None},
108108
'clientInfo': {'name': 'mcp', 'version': '0.1.0'},
109109
},
110110
},
@@ -149,18 +149,6 @@ def name(self):
149149
'type': 'object',
150150
'title': 'ClientCapabilities',
151151
'x-python-datatype': 'PydanticModel',
152-
'properties': {
153-
'sampling': {
154-
'type': 'object',
155-
'title': 'SamplingCapability',
156-
'x-python-datatype': 'PydanticModel',
157-
},
158-
'roots': {
159-
'type': 'object',
160-
'title': 'RootsCapability',
161-
'x-python-datatype': 'PydanticModel',
162-
},
163-
},
164152
},
165153
'clientInfo': {
166154
'type': 'object',

0 commit comments

Comments
 (0)