chore(deps): bump google.golang.org/genai from 1.51.0 to 1.66.0 - #76
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [google.golang.org/genai](https://github.com/googleapis/go-genai) from 1.51.0 to 1.66.0. - [Release notes](https://github.com/googleapis/go-genai/releases) - [Changelog](https://github.com/googleapis/go-genai/blob/main/CHANGELOG.md) - [Commits](googleapis/go-genai@v1.51.0...v1.66.0) --- updated-dependencies: - dependency-name: google.golang.org/genai dependency-version: 1.66.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
Bot
deleted the
dependabot/go_modules/develop/google.golang.org/genai-1.66.0
branch
August 8, 2026 10:24
phpboyscout
added a commit
that referenced
this pull request
Sep 15, 2026
…tial instead of the keys it dereferences vcs.ConfigFromReader passed GTB configuration straight through to the forge provider factories. GTB keeps auth.env and auth.keychain as pointers its own ForgeCredential chain dereferences (spec 0183), but go/forge stopped reading them in v0.8.0 and every registered factory composes forge.ConfigCredential(section, auth.value) first, which reports a configuration carrying either key beside an empty auth.value as ErrStaleAuthKeys. Provider construction then fails. GTB's forge bundles ship `<forge>.auth.env: <FORGE>_TOKEN` as a default, so any tool with a forge feature enabled, running where no token is in the environment and no config file exists, could not check for updates: every CI image. Colophon found it by running its image by hand. It did not show on a developer machine, where a token exists and FirstCredential discards the error, and not in gtb itself, which enables no forge feature and so carries no bundle. The adapter is now the forge-facing view: auth.value reads as the credential GTB's chain resolves for that forge section, and the two pointer keys read as unset, so a factory's own composition sees a credential or an honest absence. GTB's own chain (ForgeCredential, doctor's posture) reads the raw view underneath, so auth.env keeps being dereferenced and reported as the winning rung. The factory has no option to take a credential directly; that seam belongs in go/forge and is raised there separately. Red first: the adapter test for a redirected variable, and the exact CI failure through forge.ConfigCredential over the shipped default (the guard that forbids that call is narrowed to production code so the interop test can make it). Proven end to end with cli/cmd/e2e, which enables every forge: built from main it fails with the ticket's message in a bare environment, built from this branch it reports the latest version. Release-Note: tools with a forge feature enabled can check for updates again when no token is in the environment (every CI image); the update check reported the configuration as stale since go/forge v0.8.0 stopped reading `auth.env`. Closes #76
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps google.golang.org/genai from 1.51.0 to 1.66.0.
Release notes
Sourced from google.golang.org/genai's releases.
... (truncated)
Changelog
Sourced from google.golang.org/genai's changelog.
... (truncated)
Commits
5fa73d0chore(main): release 1.66.0 (#869)3169529feat: Add flatlanguage_codesfield toAudioTranscriptionConfig.7357166feat: Allow api key + proj/location for enterprise mode98d770bchore: internal change5d6dfc2feat: [GenerateContentConfig] Add GenerationConfig.audio_transcription_config...9ee3a74chore(main): release 1.65.0 (#857)d77df44fix: add deprecation warnings to Imagen generate_images, edit_images, generat...3417576fix: Fix streaming truncation when HTTPOptions.Timeout is set.d49c7eeMerge pull request #856 from googleapis:release-please--branches--main7d5b833feat: A new fieldcustom_vocabularyis added to message `.google.cloud.aipl...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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)