Skip to content

Commit 082b95c

Browse files
authored
Upgrade deps, fix MCP tests (#1079)
1 parent 61f1ead commit 082b95c

File tree

2 files changed

+292
-265
lines changed

2 files changed

+292
-265
lines changed

tests/otel_integrations/test_openai_agents_mcp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def name(self):
103103
'method': 'initialize',
104104
'params': {
105105
'meta': None,
106-
'protocolVersion': '2024-11-05',
106+
'protocolVersion': IsStr(),
107107
'capabilities': {'experimental': None, 'sampling': {}, 'roots': {'listChanged': True}},
108108
'clientInfo': {'name': 'mcp', 'version': '0.1.0'},
109109
},
@@ -116,7 +116,7 @@ def name(self):
116116
'logfire.span_type': 'span',
117117
'response': {
118118
'meta': None,
119-
'protocolVersion': '2024-11-05',
119+
'protocolVersion': IsStr(),
120120
'capabilities': {
121121
'experimental': {},
122122
'logging': None,

0 commit comments

Comments
 (0)