Skip to content

Commit c2bd9de

Browse files
committed
change dependency version
1 parent a6acd1a commit c2bd9de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/microsoft-agents-a365-observability-extensions-agentframework/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
license = "MIT"
2626
keywords = ["observability", "telemetry", "tracing", "opentelemetry", "agent-framework", "agents", "ai"]
2727
dependencies = [
28-
"microsoft-agents-a365-observability-core >= 2025.10.16",
28+
"microsoft-agents-a365-observability-core >= 0.1.0",
2929
"opentelemetry-api >= 1.36.0",
3030
"opentelemetry-sdk >= 1.36.0",
3131
"opentelemetry-instrumentation >= 0.47b0",

tests/integration/test_agentframework_trace_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def _validate_tool_span_attributes(self, agent365_config):
264264
print(f"✓ Found agent span: {span.name}")
265265

266266
# Check for tool execution spans
267-
if "execute_tool" in span.name.lower() or "calculator_tool" in span.name.lower():
267+
if "execute_tool" in span.name.lower() or "add_numbers" in span.name.lower():
268268
tool_spans_found += 1
269269
print(f"✓ Found tool execution span: {span.name}")
270270

0 commit comments

Comments
 (0)