diff --git a/genai-function-calling/openai-agents/requirements.txt b/genai-function-calling/openai-agents/requirements.txt index 747eb77..f6a8a59 100644 --- a/genai-function-calling/openai-agents/requirements.txt +++ b/genai-function-calling/openai-agents/requirements.txt @@ -1,8 +1,8 @@ -openai-agents~=0.0.11 +openai-agents~=0.0.13 httpx~=0.28.1 mcp~=1.6.0 elastic-opentelemetry~=1.0.0 # Use openai-agents and MCP instrumentation from OpenInference -openinference-instrumentation-openai-agents~=0.1.8 +openinference-instrumentation-openai-agents~=0.1.9 openinference-instrumentation-mcp~=1.1.0 diff --git a/genai-function-calling/semantic-kernel-dotnet/Dockerfile b/genai-function-calling/semantic-kernel-dotnet/Dockerfile index 87859cf..0626811 100644 --- a/genai-function-calling/semantic-kernel-dotnet/Dockerfile +++ b/genai-function-calling/semantic-kernel-dotnet/Dockerfile @@ -1,7 +1,7 @@ ARG DOTNET_VERSION=9.0 FROM mcr.microsoft.com/dotnet/sdk:${DOTNET_VERSION}-alpine AS edot -ARG EDOT_VERSION=1.0.1 +ARG EDOT_VERSION=1.0.2 ARG EDOT_INSTALL=https://github.com/elastic/elastic-otel-dotnet/releases/download/${EDOT_VERSION}/elastic-dotnet-auto-install.sh ENV OTEL_DOTNET_AUTO_HOME=/edot WORKDIR /edot diff --git a/genai-function-calling/semantic-kernel-dotnet/app.csproj b/genai-function-calling/semantic-kernel-dotnet/app.csproj index bde2b69..4d6250f 100644 --- a/genai-function-calling/semantic-kernel-dotnet/app.csproj +++ b/genai-function-calling/semantic-kernel-dotnet/app.csproj @@ -11,9 +11,9 @@ - - - + + + diff --git a/genai-function-calling/spring-ai/pom.xml b/genai-function-calling/spring-ai/pom.xml index c9539f2..271afd5 100644 --- a/genai-function-calling/spring-ai/pom.xml +++ b/genai-function-calling/spring-ai/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.4 + 3.4.5 co.elastic.observability-labs @@ -50,7 +50,7 @@ co.elastic.otel elastic-otel-javaagent - 1.3.0 + 1.4.1 optional diff --git a/genai-function-calling/vercel-ai/package.json b/genai-function-calling/vercel-ai/package.json index 5a71c83..04ee921 100644 --- a/genai-function-calling/vercel-ai/package.json +++ b/genai-function-calling/vercel-ai/package.json @@ -10,9 +10,9 @@ "start": "node --env-file .env --import @elastic/opentelemetry-node --import ./telemetry.js index.js" }, "dependencies": { - "ai": "^4.3.9", - "@ai-sdk/azure": "^1.3.19", - "@ai-sdk/openai": "^1.3.18", + "ai": "^4.3.10", + "@ai-sdk/azure": "^1.3.21", + "@ai-sdk/openai": "^1.3.20", "@modelcontextprotocol/sdk": "^1.10.2", "@elastic/opentelemetry-node": "^1", "@arizeai/openinference-instrumentation-mcp": "^0.2.0"