Skip to content

Commit 0fbeed1

Browse files
author
gsbains
committed
fix: updated opentelemtry version
1 parent a091137 commit 0fbeed1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

patterns/claude-agent-sdk-multi-agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ COPY tools/ tools/
3030
# Copy and install agent-specific requirements
3131
COPY patterns/claude-agent-sdk-multi-agent/requirements.txt requirements.txt
3232
RUN uv pip install --no-cache -r requirements.txt && \
33-
uv pip install --no-cache aws-opentelemetry-distro==0.10.1
33+
uv pip install --no-cache aws-opentelemetry-distro==0.16.0
3434

3535
# Install FAST package with only core dependencies
3636
RUN uv pip install --no-cache -e . --no-deps && \

patterns/claude-agent-sdk-single-agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ COPY tools/ tools/
3030
# Copy and install agent-specific requirements
3131
COPY patterns/claude-agent-sdk-single-agent/requirements.txt requirements.txt
3232
RUN uv pip install --no-cache -r requirements.txt && \
33-
uv pip install --no-cache aws-opentelemetry-distro==0.10.1
33+
uv pip install --no-cache aws-opentelemetry-distro==0.16.0
3434

3535
# Install FAST package with only core dependencies
3636
RUN uv pip install --no-cache -e . --no-deps && \

patterns/langgraph-single-agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ COPY gateway/ gateway/
1919
# Copy and install agent-specific requirements first
2020
COPY patterns/langgraph-single-agent/requirements.txt requirements.txt
2121
RUN uv pip install --no-cache -r requirements.txt && \
22-
uv pip install --no-cache aws-opentelemetry-distro==0.10.1
22+
uv pip install --no-cache aws-opentelemetry-distro==0.16.0
2323

2424
# Install FAST package with only core dependencies (no dev/agent optional deps)
2525
RUN uv pip install --no-cache -e . --no-deps && \

patterns/strands-single-agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY tools/ tools/
2020
# Copy and install agent-specific requirements first
2121
COPY patterns/strands-single-agent/requirements.txt requirements.txt
2222
RUN uv pip install --no-cache -r requirements.txt && \
23-
uv pip install --no-cache aws-opentelemetry-distro==0.10.1
23+
uv pip install --no-cache aws-opentelemetry-distro==0.16.0
2424

2525
# Install FAST package with only core dependencies (no dev/agent optional deps)
2626
RUN uv pip install --no-cache -e . --no-deps && \

0 commit comments

Comments
 (0)