File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
genai-function-calling/openai-agents Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11# Use glibc-based image with pre-compiled wheels for psutil
22FROM 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
55RUN apt-get update \
66 && apt-get install -y --no-install-recommends git \
77 && apt-get clean \
Original file line number Diff line number Diff line change 1- openai-agents ~= 0.2.10
1+ openai-agents ~= 0.3.2
22httpx ~= 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
77elastic-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
You can’t perform that action at this time.
0 commit comments