From e6d3168938255f3686caa43cdba29ebcb2575009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 10:46:37 +0000 Subject: [PATCH] Bump github.com/openai/openai-go from 0.1.0-alpha.61 to 0.1.0-beta.3 Bumps [github.com/openai/openai-go](https://github.com/openai/openai-go) from 0.1.0-alpha.61 to 0.1.0-beta.3. - [Release notes](https://github.com/openai/openai-go/releases) - [Changelog](https://github.com/openai/openai-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-go/compare/v0.1.0-alpha.61...v0.1.0-beta.3) --- updated-dependencies: - dependency-name: github.com/openai/openai-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 78bc1ec..c5c6aca 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/shaharia-lab/mcp-kit go 1.23.0 -toolchain go1.23.7 +toolchain go1.24.1 require ( github.com/anthropics/anthropic-sdk-go v0.2.0-alpha.13 @@ -16,7 +16,7 @@ require ( github.com/go-playground/validator/v10 v10.25.0 github.com/google/uuid v1.6.0 github.com/google/wire v0.6.0 - github.com/openai/openai-go v0.1.0-alpha.61 + github.com/openai/openai-go v0.1.0-beta.3 github.com/prometheus/client_golang v1.21.1 github.com/shaharia-lab/goai v0.12.0 github.com/shaharia-lab/mcp-tools v0.0.5 diff --git a/go.sum b/go.sum index 2d5948e..5b7235a 100644 --- a/go.sum +++ b/go.sum @@ -146,8 +146,8 @@ github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWE github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA= github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= -github.com/openai/openai-go v0.1.0-alpha.61 h1:dLJW1Dk15VAwm76xyPsiPt/Ky94NNGoMLETAI1ISoBY= -github.com/openai/openai-go v0.1.0-alpha.61/go.mod h1:3SdE6BffOX9HPEQv8IL/fi3LYZ5TUpRYaqGQZbyk11A= +github.com/openai/openai-go v0.1.0-beta.3 h1:bbnQaLsLvqabuhNBbTLjz//Br59FHxJderqHd/4R4iM= +github.com/openai/openai-go v0.1.0-beta.3/go.mod h1:g461MYGXEXBVdV5SaR/5tNzNbSfwTBBefwc+LlDCK0Y= github.com/pelletier/go-toml/v2 v2.2.3 h1:YmeHyLY8mFWbdkNWwpr+qIL2bEqT0o95WSdkNHvL12M= github.com/pelletier/go-toml/v2 v2.2.3/go.mod h1:MfCQTFTvCcUyyvvwm1+G6H/jORL20Xlb6rzQu9GuUkc= github.com/pgvector/pgvector-go v0.3.0 h1:Ij+Yt78R//uYqs3Zk35evZFvr+G0blW0OUN+Q2D1RWc=