Skip to content

chore(backend/deps): bump the go-minor-and-patch group across 1 directory with 3 updates#110

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/backend/go-minor-and-patch-3b52b1a0c6
Open

chore(backend/deps): bump the go-minor-and-patch group across 1 directory with 3 updates#110
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/backend/go-minor-and-patch-3b52b1a0c6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 24, 2026

Bumps the go-minor-and-patch group with 3 updates in the /backend directory: github.com/pgvector/pgvector-go, golang.org/x/crypto and google.golang.org/genai.

Updates github.com/pgvector/pgvector-go from 0.3.0 to 0.4.0

Changelog

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

0.4.0 (2026-05-18)

  • Changed ent and pgx packages to modules
  • Dropped support for Go < 1.25
Commits

Updates golang.org/x/crypto from 0.50.0 to 0.52.0

Commits
  • a1c0d99 go.mod: update golang.org/x dependencies
  • 3c7c869 ssh: fix deadlock on unexpected channel responses
  • 533fb3f ssh: fix source-address critical option bypass
  • abbc44d ssh: fix incorrect operator order
  • e052873 ssh: fix infinite loop on large channel writes due to integer overflow
  • b61cf85 ssh: enforce user presence verification for security keys
  • 9c2cd33 ssh: enforce strict limits on DSA key parameters
  • 8907318 ssh: reject RSA keys with excessively large moduli
  • ffd87b4 ssh: fix panic when authority callbacks are nil
  • 4e7a738 ssh: fix deadlock on unexpected global responses
  • Additional commits viewable in compare view

Updates google.golang.org/genai from 1.55.0 to 1.58.0

Release notes

Sourced from google.golang.org/genai's releases.

v1.58.0

1.58.0 (2026-05-21)

Features

  • add enable_prompt_injection_detection for Computer Use feature for the Gemini API. (19c2566)
  • add new fields (1608e80)

v1.57.0

1.57.0 (2026-05-12)

Features

  • Expose Test and Server of the Replay API Client for the cross module usage in the AgentPlatform module. (27b142d)
  • support Blocking FunctionCall in Live API in AgentPlatform (Vertex) (e5e653c)
  • support speech to speech translation in Gemini Live (621b55d)

Bug Fixes

  • Fix version redaction logic in the replay API client. (af4c931)

v1.56.0

1.56.0 (2026-05-04)

Features

  • [Python] Multimodal file search (c32ae6e)
  • Multimodal file search (989d064)

Bug Fixes

  • Simplify generated Go URL path formatting when VertexAI and MLDev URLs are identical. (d90a592), closes #761
Changelog

Sourced from google.golang.org/genai's changelog.

1.58.0 (2026-05-21)

Features

  • add enable_prompt_injection_detection for Computer Use feature for the Gemini API. (19c2566)
  • add new fields (1608e80)

1.57.0 (2026-05-12)

Features

  • Expose Test and Server of the Replay API Client for the cross module usage in the AgentPlatform module. (27b142d)
  • support Blocking FunctionCall in Live API in AgentPlatform (Vertex) (e5e653c)
  • support speech to speech translation in Gemini Live (621b55d)

Bug Fixes

  • Fix version redaction logic in the replay API client. (af4c931)

1.56.0 (2026-05-04)

Features

  • [Python] Multimodal file search (c32ae6e)
  • Multimodal file search (989d064)

Bug Fixes

  • Simplify generated Go URL path formatting when VertexAI and MLDev URLs are identical. (d90a592), closes #761
Commits
  • 97ea31f chore(main): release 1.58.0 (#793)
  • 19c2566 feat: add enable_prompt_injection_detection for Computer Use feature for th...
  • 1608e80 feat: add new fields
  • 843a665 chore: update comment in BatchJobOutputInfo to unblock javadoc generation
  • 8b28bf8 chore: Throw fatals() instead of errors() in the replay_api_client when the i...
  • c02ba4f chore(main): release 1.57.0 (#784)
  • af4c931 fix: Fix version redaction logic in the replay API client.
  • 621b55d feat: support speech to speech translation in Gemini Live
  • 27b142d feat: Expose Test and Server of the Replay API Client for the cross module us...
  • aec9d38 chore: update error messages to clarify which APIs support a feature.
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…tory with 3 updates

Bumps the go-minor-and-patch group with 3 updates in the /backend directory: [github.com/pgvector/pgvector-go](https://github.com/pgvector/pgvector-go), [golang.org/x/crypto](https://github.com/golang/crypto) and [google.golang.org/genai](https://github.com/googleapis/go-genai).


Updates `github.com/pgvector/pgvector-go` from 0.3.0 to 0.4.0
- [Changelog](https://github.com/pgvector/pgvector-go/blob/master/CHANGELOG.md)
- [Commits](pgvector/pgvector-go@v0.3.0...v0.4.0)

Updates `golang.org/x/crypto` from 0.50.0 to 0.52.0
- [Commits](golang/crypto@v0.50.0...v0.52.0)

Updates `google.golang.org/genai` from 1.55.0 to 1.58.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.55.0...v1.58.0)

---
updated-dependencies:
- dependency-name: github.com/pgvector/pgvector-go
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-and-patch
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-and-patch
- dependency-name: google.golang.org/genai
  dependency-version: 1.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added backend Backend (Go) component dependencies Pull requests that update a dependency go Go ecosystem labels May 24, 2026
@dependabot dependabot Bot requested a review from KKamJi98 as a code owner May 24, 2026 21:05
@dependabot dependabot Bot added backend Backend (Go) component go Go ecosystem dependencies Pull requests that update a dependency labels May 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend Backend (Go) component dependencies Pull requests that update a dependency go Go ecosystem

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants