From 81822caf396d00335810115c64024b2401e2a00f Mon Sep 17 00:00:00 2001 From: Hweinstock Date: Fri, 11 Sep 2026 19:38:22 +0000 Subject: [PATCH] fix(templates): bump otel version on two templates --- src/assets/templates/a2a-python-strands/pyproject.toml | 2 +- src/assets/templates/agui-python-strands/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/templates/a2a-python-strands/pyproject.toml b/src/assets/templates/a2a-python-strands/pyproject.toml index 6c0d8f66e..ede95b864 100644 --- a/src/assets/templates/a2a-python-strands/pyproject.toml +++ b/src/assets/templates/a2a-python-strands/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.10" dependencies = [ "a2a-sdk[all] ~= 0.3.0", - "aws-opentelemetry-distro ~= 0.17.0", + "aws-opentelemetry-distro ~= 0.18.0", "bedrock-agentcore[a2a] ~= 1.9.1", "botocore[crt] ~= 1.43.0", "strands-agents ~= 1.15.0", diff --git a/src/assets/templates/agui-python-strands/pyproject.toml b/src/assets/templates/agui-python-strands/pyproject.toml index e00f6134d..ab778db75 100644 --- a/src/assets/templates/agui-python-strands/pyproject.toml +++ b/src/assets/templates/agui-python-strands/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.12" dependencies = [ "ag-ui-strands >= 0.3.0, < 0.4.0", "ag-ui-protocol >= 0.1.19, < 0.2.0", - "aws-opentelemetry-distro ~= 0.17.0", + "aws-opentelemetry-distro ~= 0.18.0", "bedrock-agentcore ~= 1.9.1", "botocore[crt] ~= 1.43.0", "strands-agents ~= 1.15.0",