Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps the all group with 3 updates: github.com/aws/aws-sdk-go-v2, github.com/kaptinlin/jsonschema and google.golang.org/genai.

Updates github.com/aws/aws-sdk-go-v2 from 1.39.6 to 1.40.0

Commits

Updates github.com/kaptinlin/jsonschema from 0.5.2 to 0.6.1

Commits
  • 6643981 perf: optimize object validation with type assertions
  • 41abd88 chore: update JSON Schema Test Suite to v1.034
  • 08d0b87 fix: remove unused allSchemas field causing memory leak
  • c836a37 refactor: improve validation, error handling and code generation
  • See full diff in compare view

Updates google.golang.org/genai from 1.34.0 to 1.36.0

Release notes

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

v1.36.0

1.36.0 (2025-11-17)

Features

  • add display name to FunctionResponseBlob (66bd0fb)
  • add display name to FunctionResponseFileData (f470cff)
  • Add generate_content_config.thinking_level (93b2586)
  • Add image output options to ImageConfig for Vertex (c4b28c3)
  • Add part.media_resolution (93b2586)
  • support Function call argument streaming for all languages (dd5ec01)

v1.35.0

1.35.0 (2025-11-12)

Features

  • Add ToGenerationConfig method to GenerateContentConfig. fixes #506 (bd53df4)

Bug Fixes

  • Add missing fields to the model types (9e1b329)
  • Fix base_steps parameter for recontext_image (4f90d03)
  • Fix models.list() filter parameter (f5859fd)
Changelog

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

1.36.0 (2025-11-17)

Features

  • add display name to FunctionResponseBlob (66bd0fb)
  • add display name to FunctionResponseFileData (f470cff)
  • Add generate_content_config.thinking_level (93b2586)
  • Add image output options to ImageConfig for Vertex (c4b28c3)
  • Add part.media_resolution (93b2586)
  • support Function call argument streaming for all languages (dd5ec01)

1.35.0 (2025-11-12)

Features

  • Add ToGenerationConfig method to GenerateContentConfig. fixes #506 (bd53df4)

Bug Fixes

  • Add missing fields to the model types (9e1b329)
  • Fix base_steps parameter for recontext_image (4f90d03)
  • Fix models.list() filter parameter (f5859fd)
Commits
  • e661f4e chore(main): release 1.36.0 (#606)
  • 648532c chore: add test for streaming function call for all languages
  • 93b2586 feat: Add part.media_resolution
  • dd5ec01 feat: support Function call argument streaming for all languages
  • f470cff feat: add display name to FunctionResponseFileData
  • 0e8870d chore: Update model names to gemini-2.5-flash
  • c4b28c3 feat: Add image output options to ImageConfig for Vertex
  • 66bd0fb feat: add display name to FunctionResponseBlob
  • 90d35d6 chore: remove unused code
  • 8aec3e5 chore(main): release 1.35.0 (#599)
  • 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 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 <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

Bumps the all group with 3 updates: [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2), [github.com/kaptinlin/jsonschema](https://github.com/kaptinlin/jsonschema) and [google.golang.org/genai](https://github.com/googleapis/go-genai).


Updates `github.com/aws/aws-sdk-go-v2` from 1.39.6 to 1.40.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.39.6...v1.40.0)

Updates `github.com/kaptinlin/jsonschema` from 0.5.2 to 0.6.1
- [Commits](kaptinlin/jsonschema@v0.5.2...v0.6.1)

Updates `google.golang.org/genai` from 1.34.0 to 1.36.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.34.0...v1.36.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/kaptinlin/jsonschema
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: google.golang.org/genai
  dependency-version: 1.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@github-actions github-actions bot enabled auto-merge (squash) November 24, 2025 11:49
@github-actions github-actions bot merged commit 08fa737 into main Nov 24, 2025
16 of 17 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/all-bd913ea3e1 branch November 24, 2025 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant