From 384ebb717771a16db81fd187b79809b7a2919742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 14:30:23 +0100 Subject: [PATCH] Bump github.com/openai/openai-go from 0.1.0-alpha.51 to 0.1.0-alpha.56 (#49) Bumps [github.com/openai/openai-go](https://github.com/openai/openai-go) from 0.1.0-alpha.51 to 0.1.0-alpha.56.
Release notes

Sourced from github.com/openai/openai-go's releases.

v0.1.0-alpha.56

0.1.0-alpha.56 (2025-02-07)

Full Changelog: v0.1.0-alpha.55...v0.1.0-alpha.56

Features

Bug Fixes

v0.1.0-alpha.55

0.1.0-alpha.55 (2025-02-05)

Full Changelog: v0.1.0-alpha.54...v0.1.0-alpha.55

Bug Fixes

v0.1.0-alpha.54

0.1.0-alpha.54 (2025-02-05)

Full Changelog: v0.1.0-alpha.53...v0.1.0-alpha.54

Bug Fixes

Chores

v0.1.0-alpha.53

0.1.0-alpha.53 (2025-02-05)

Full Changelog: v0.1.0-alpha.52...v0.1.0-alpha.53

Bug Fixes

Chores

... (truncated)

Changelog

Sourced from github.com/openai/openai-go's changelog.

0.1.0-alpha.56 (2025-02-07)

Full Changelog: v0.1.0-alpha.55...v0.1.0-alpha.56

Features

Bug Fixes

0.1.0-alpha.55 (2025-02-05)

Full Changelog: v0.1.0-alpha.54...v0.1.0-alpha.55

Bug Fixes

0.1.0-alpha.54 (2025-02-05)

Full Changelog: v0.1.0-alpha.53...v0.1.0-alpha.54

Bug Fixes

Chores

0.1.0-alpha.53 (2025-02-05)

Full Changelog: v0.1.0-alpha.52...v0.1.0-alpha.53

Bug Fixes

Chores

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/openai/openai-go&package-manager=go_modules&previous-version=0.1.0-alpha.51&new-version=0.1.0-alpha.56)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 0ed1228..d4c8c1d 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/agnivade/levenshtein v1.2.1 github.com/anthropics/anthropic-sdk-go v0.2.0-alpha.10 github.com/google/generative-ai-go v0.19.0 - github.com/openai/openai-go v0.1.0-alpha.51 + github.com/openai/openai-go v0.1.0-alpha.56 google.golang.org/api v0.219.0 maragu.dev/env v0.2.0 maragu.dev/evals v0.0.0-20250206122034-4fd98b76df39 diff --git a/go.sum b/go.sum index 809d83a..8da5047 100644 --- a/go.sum +++ b/go.sum @@ -68,8 +68,8 @@ github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/mattn/go-sqlite3 v1.14.22/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y= github.com/mattn/go-sqlite3 v1.14.24 h1:tpSp2G2KyMnnQu99ngJ47EIkWVmliIizyZBfPrBWDRM= github.com/mattn/go-sqlite3 v1.14.24/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y= -github.com/openai/openai-go v0.1.0-alpha.51 h1:/iuF8QoWt4x9yoEr6AdMsSBc2SglamxA/a7wClrDrqw= -github.com/openai/openai-go v0.1.0-alpha.51/go.mod h1:3SdE6BffOX9HPEQv8IL/fi3LYZ5TUpRYaqGQZbyk11A= +github.com/openai/openai-go v0.1.0-alpha.56 h1:wKKsyVUi6ppZ8WRL+PC+tOB67alvJjfEWkC3Lc9YnqU= +github.com/openai/openai-go v0.1.0-alpha.56/go.mod h1:3SdE6BffOX9HPEQv8IL/fi3LYZ5TUpRYaqGQZbyk11A= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=