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",