From bbabe897056d1539a529055bd787f221fc9a7cba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 22:44:21 +0000 Subject: [PATCH] chore(deps): bump github.com/openai/openai-go/v3 from 3.27.0 to 3.29.0 Bumps [github.com/openai/openai-go/v3](https://github.com/openai/openai-go) from 3.27.0 to 3.29.0. - [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/v3.27.0...v3.29.0) --- updated-dependencies: - dependency-name: github.com/openai/openai-go/v3 dependency-version: 3.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 8b393d2..a52d1d6 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/dslipak/pdf v0.0.2 github.com/google/uuid v1.6.0 github.com/jackc/pgx/v5 v5.9.1 - github.com/openai/openai-go/v3 v3.27.0 + github.com/openai/openai-go/v3 v3.29.0 github.com/pgvector/pgvector-go v0.3.0 github.com/pkoukk/tiktoken-go v0.1.8 golang.org/x/net v0.45.0 diff --git a/go.sum b/go.sum index d9bfc16..3be69d1 100644 --- a/go.sum +++ b/go.sum @@ -142,8 +142,8 @@ github.com/muesli/reflow v0.3.0 h1:IFsN6K9NfGtjeggFP+68I4chLZV2yIKsXJFNZ+eWh6s= github.com/muesli/reflow v0.3.0/go.mod h1:pbwTDkVPibjO2kyvBQRBxTWEEGDGq0FlB1BIKtnHY/8= github.com/muesli/termenv v0.16.0 h1:S5AlUN9dENB57rsbnkPyfdGuWIlkmzJjbFf0Tf5FWUc= github.com/muesli/termenv v0.16.0/go.mod h1:ZRfOIKPFDYQoDFF4Olj7/QJbW60Ol/kL1pU3VfY/Cnk= -github.com/openai/openai-go/v3 v3.27.0 h1:L8ix5jkYpwOmtx5K7/5V5r/pp2fav69cjfOhHJ98zTw= -github.com/openai/openai-go/v3 v3.27.0/go.mod h1:cdufnVK14cWcT9qA1rRtrXx4FTRsgbDPW7Ia7SS5cZo= +github.com/openai/openai-go/v3 v3.29.0 h1:dZNJ0w7DxwpgppzKQjSKfLebW27KrtGqgSy4ipJS0U8= +github.com/openai/openai-go/v3 v3.29.0/go.mod h1:cdufnVK14cWcT9qA1rRtrXx4FTRsgbDPW7Ia7SS5cZo= github.com/pgvector/pgvector-go v0.3.0 h1:Ij+Yt78R//uYqs3Zk35evZFvr+G0blW0OUN+Q2D1RWc= github.com/pgvector/pgvector-go v0.3.0/go.mod h1:duFy+PXWfW7QQd5ibqutBO4GxLsUZ9RVXhFZGIBsWSA= github.com/pkoukk/tiktoken-go v0.1.8 h1:85ENo+3FpWgAACBaEUVp+lctuTcYUO7BtmfhlN/QTRo=