Skip to content

Commit d878ff8

Browse files
authored
Update aws-opentelemetry-distro version in Dockerfile (#346)
https://amzn-aws.slack.com/archives/C096HJWG1T6/p1763181727823969 Customers are seeing 405 errors with https://pypi.org/project/aws-opentelemetry-distro/0.13.0/ Signed-off-by: Abhimanyu Siwach <128322948+siwachabhi@users.noreply.github.com>
1 parent 65e7ff2 commit d878ff8

File tree

1 file changed

+1
-1
lines changed
  • src/bedrock_agentcore_starter_toolkit/utils/runtime/templates

1 file changed

+1
-1
lines changed

src/bedrock_agentcore_starter_toolkit/utils/runtime/templates/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN uv pip install -r {{ dependencies_file }}
2525
{% endif %}
2626

2727
{% if observability_enabled %}
28-
RUN uv pip install aws-opentelemetry-distro>=0.10.1
28+
RUN uv pip install aws-opentelemetry-distro==0.12.2
2929
{% endif %}
3030

3131
# Signal that this is running in Docker for host binding logic

0 commit comments

Comments
 (0)