Skip to content

chore: Bump Google_GenerativeAI and Google_GenerativeAI.Microsoft - #214

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/DaoStudio/multi-0b18ef56f6
Open

chore: Bump Google_GenerativeAI and Google_GenerativeAI.Microsoft#214
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/DaoStudio/multi-0b18ef56f6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Updated Google_GenerativeAI from 3.6.4 to 3.6.7.

Release notes

Sourced from Google_GenerativeAI's releases.

3.6.7

What's Changed

New Contributors

Full Changelog: gunpal5/Google_GenerativeAI@v3.6.6...v3.6.7

3.6.6

What's New?

Deprecated mediaChunks in Live API real-time input (#​108)

Newer Gemini models (e.g. gemini-3.1-flash-live-preview) reject realtime_input.media_chunks with an InvalidPayloadData
error. Audio is now sent using the new audio field format.

Changes:

  • BidiGenerateContentRealtimeInput now exposes Audio, Video, and Text properties matching the updated Gemini Live API
  • SendAudioAsync uses the new Audio field instead of the deprecated MediaChunks
  • MediaChunks is retained but marked [Obsolete] for backward compatibility

Full Changelog: gunpal5/Google_GenerativeAI@v3.6.5...v3.6.6

3.6.5

What's Changed?

New Features

  • Oversized attachment auto-upload: GenerativeAIChatClient now automatically promotes oversized inline attachments to
    the Files API via the new PromoteOversizedAttachmentsAsync extension, so requests that exceed inline size limits no
    longer fail.

Fixes & Improvements

  • Lenient TrafficType deserialization (#​107): Added LenientTrafficTypeConverter and new enum values ON_DEMAND_PRIORITY
    and ON_DEMAND_FLEX. Unknown traffic types returned by the Gemini/Vertex API now fall back to TRAFFIC_TYPE_UNSPECIFIED
    instead of throwing JsonException during response deserialization. This mirrors the fix previously applied to
    FinishReason in PR #​98.

Full Changelog: gunpal5/Google_GenerativeAI@v3.6.4...v3.6.5

Commits viewable in compare view.

Updated Google_GenerativeAI.Microsoft from 3.6.3 to 3.6.7.

Release notes

Sourced from Google_GenerativeAI.Microsoft's releases.

3.6.7

What's Changed

New Contributors

Full Changelog: gunpal5/Google_GenerativeAI@v3.6.6...v3.6.7

3.6.6

What's New?

Deprecated mediaChunks in Live API real-time input (#​108)

Newer Gemini models (e.g. gemini-3.1-flash-live-preview) reject realtime_input.media_chunks with an InvalidPayloadData
error. Audio is now sent using the new audio field format.

Changes:

  • BidiGenerateContentRealtimeInput now exposes Audio, Video, and Text properties matching the updated Gemini Live API
  • SendAudioAsync uses the new Audio field instead of the deprecated MediaChunks
  • MediaChunks is retained but marked [Obsolete] for backward compatibility

Full Changelog: gunpal5/Google_GenerativeAI@v3.6.5...v3.6.6

3.6.5

What's Changed?

New Features

  • Oversized attachment auto-upload: GenerativeAIChatClient now automatically promotes oversized inline attachments to
    the Files API via the new PromoteOversizedAttachmentsAsync extension, so requests that exceed inline size limits no
    longer fail.

Fixes & Improvements

  • Lenient TrafficType deserialization (#​107): Added LenientTrafficTypeConverter and new enum values ON_DEMAND_PRIORITY
    and ON_DEMAND_FLEX. Unknown traffic types returned by the Gemini/Vertex API now fall back to TRAFFIC_TYPE_UNSPECIFIED
    instead of throwing JsonException during response deserialization. This mirrors the fix previously applied to
    FinishReason in PR #​98.

Full Changelog: gunpal5/Google_GenerativeAI@v3.6.4...v3.6.5

3.6.4

What's Changed?

Bug Fixes

  • fix: resolve InvalidCastException when MCP tools return TextContent (#​104) — Fixed a crash in
    GenerativeAIChatClient.CallFunctionAsync and CallFunctionStreamingAsync where the result from tool.InvokeAsync() was
    directly cast to JsonElement. MCP tools (and other Microsoft.Extensions.AI integrations) can return TextContent or
    other non-JsonElement types, causing an InvalidCastException. The fix uses the existing ToJsonNodeResponse() helper
    which properly handles TextContent, FunctionResultContent, JsonElement, JsonNode, and arbitrary serializable objects.
  • fix: resolve Live API client disconnect during function calls (#​100) — Fixed a race condition in
    MultiModalLiveClient where function calls were executed as fire-and-forget (_ =
    CallFunctionsWithErrorHandlingAsync(...)). This allowed subsequent WebSocket messages to be processed before the tool
    response was sent back to Gemini, causing unexpected disconnections. The function call is now properly awaited,
    ensuring the tool response is sent before processing continues. This also explains why adding a logger previously
    masked the issue — the logger introduced enough latency to change the timing of the race.

Improvements

  • Made ToJsonNodeResponse() extension method public for broader usability
  • Added direct JsonElement handling in ToJsonNodeResponse() to avoid unnecessary reflection-based serialization
    fallback

Full Changelog: gunpal5/Google_GenerativeAI@v3.6.3...v3.6.4

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 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)

Bumps Google_GenerativeAI from 3.6.4 to 3.6.7
Bumps Google_GenerativeAI.Microsoft from 3.6.3 to 3.6.7

---
updated-dependencies:
- dependency-name: Google_GenerativeAI
  dependency-version: 3.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Google_GenerativeAI.Microsoft
  dependency-version: 3.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants