Skip to content

Commit 4438dd9

Browse files
openai-agents: remove one of the unstable deps
Signed-off-by: Adrian Cole <[email protected]>
1 parent 36dcfe6 commit 4438dd9

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

genai-function-calling/openai-agents/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Use glibc-based image with pre-compiled wheels for psutil
22
FROM python:3.13-slim
33

4-
# TODO: temporary until openinference-instrumentation-mcp 1.3.1 with ValidationError fix
4+
# TODO: temporary until elastic-opentelemetry release with https://github.com/elastic/elastic-otel-python-instrumentations/pull/90
55
RUN apt-get update \
66
&& apt-get install -y --no-install-recommends git \
77
&& apt-get clean \
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
openai-agents~=0.2.10
1+
openai-agents~=0.3.2
22
httpx~=0.28.1
3-
mcp~=1.13.1
3+
mcp~=1.15.0
44

5-
elastic-opentelemetry~=1.7.0
5+
elastic-opentelemetry~=1.8.0
66
# TODO: temporary until elastic-opentelemetry release with https://github.com/elastic/elastic-otel-python-instrumentations/pull/90
77
elastic-opentelemetry-instrumentation-openai @ git+https://github.com/anuraaga/elastic-otel-python-instrumentations.git@use-logger-workaroun#subdirectory=instrumentation/elastic-opentelemetry-instrumentation-openai
88

99
# Use openai-agents and MCP instrumentation from OpenInference
10-
openinference-instrumentation-openai-agents~=1.2.0
11-
# TODO: temporary until openinference-instrumentation-mcp 1.3.1 with ValidationError fix
12-
openinference-instrumentation-mcp @ git+https://github.com/codefromthecrypt/openinference.git@mcp-validation-fix#subdirectory=python/instrumentation/openinference-instrumentation-mcp
10+
openinference-instrumentation-openai-agents~=1.3.0
11+
openinference-instrumentation-mcp~=1.3.1

0 commit comments

Comments
 (0)