File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
claude-agent-sdk-multi-agent
claude-agent-sdk-single-agent Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ COPY tools/ tools/
3030# Copy and install agent-specific requirements
3131COPY patterns/claude-agent-sdk-multi-agent/requirements.txt requirements.txt
3232RUN 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
3636RUN uv pip install --no-cache -e . --no-deps && \
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ COPY tools/ tools/
3030# Copy and install agent-specific requirements
3131COPY patterns/claude-agent-sdk-single-agent/requirements.txt requirements.txt
3232RUN 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
3636RUN uv pip install --no-cache -e . --no-deps && \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ COPY gateway/ gateway/
1919# Copy and install agent-specific requirements first
2020COPY patterns/langgraph-single-agent/requirements.txt requirements.txt
2121RUN 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)
2525RUN uv pip install --no-cache -e . --no-deps && \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ COPY tools/ tools/
2020# Copy and install agent-specific requirements first
2121COPY patterns/strands-single-agent/requirements.txt requirements.txt
2222RUN 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)
2626RUN uv pip install --no-cache -e . --no-deps && \
You can’t perform that action at this time.
0 commit comments