Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2025

Bumps Google_GenerativeAI, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.Logging.Abstractions and Microsoft.Extensions.Options. These dependencies needed to be updated together.
Updates Google_GenerativeAI from 2.5.5 to 2.5.6

Release notes

Sourced from Google_GenerativeAI's releases.

v2.5.6

⭐ What's Changed?

  • feat: Added Backup and restore functionality for ChatSession
    • Use ChatSession.CreateChatSessionBackUpData() to create backup for ChatSession
  • Update to M.E.AI 9.4.0-preview.1.25207.5 by @​jozkee in gunpal5/Google_GenerativeAI#33

New Contributors

Full Changelog: gunpal5/Google_GenerativeAI@v2.5.5...v2.5.6

Commits
  • 317353d Bump version to v2.5.7
  • 25f0e3a Downgrade project version to 2.5.6.
  • 2434d57 Add ChatSessionBackUpData class for session data backup
  • 82fbe29 Bump version to v2.5.8
  • bc906f4 Add JSON serialization for ChatSessionBackUpData
  • d7fb90f Bump version to v2.5.7
  • 7b40ba5 Add support for chat session backups and restoration
  • f1eebe0 Update to M.E.AI 9.4.0-preview.1.25207.5
  • 5c50eda Merge pull request #33 from jozkee/update-meai
  • aaa1eec Update source
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.DependencyInjection from 9.0.3 to 9.0.3

Commits

Updates Microsoft.Extensions.Logging.Abstractions from 9.0.3 to 9.0.3

Commits

Updates Microsoft.Extensions.Options from 9.0.4 to 9.0.3

Commits
  • 831d23e Merge commit 'c97d3a415dfcf6cbf099a31747dad98ce7c13279'
  • c97d3a4 Merge pull request #112453 from vseanreesermsft/internal-merge-9.0-2025-02-11...
  • 4045f55 Disable loc from release/9.0 (#112443)
  • ddae4fe Merge commit '80aa709f5d919c6814726788dc6dabe23e79e672' into internal-merge-9...
  • 710b9e0 Merge commit '9988faba42c61a4e42737b9cb9d5eff75d967af2'
  • 9988fab [9.0] Backport labeling workflow changes (#112240)
  • 95e028d Merge commit '689f4e9a5a2f8430455266a27921444ec1605eb6'
  • 689f4e9 Merge pull request #112382 from carlossanlop/release/9.0-staging
  • 10a6130 Backport pr 111723 to 9.0 staging (#112322)
  • 49a1042 [release/9.0-staging] Update dependencies from dotnet/arcade (#111483)
  • 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 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)

…icrosoft.Extensions.Logging.Abstractions and Microsoft.Extensions.Options

Bumps [Google_GenerativeAI](https://github.com/gunpal5/Google_GenerativeAI), [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime), [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Options](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Google_GenerativeAI` from 2.5.5 to 2.5.6
- [Release notes](https://github.com/gunpal5/Google_GenerativeAI/releases)
- [Changelog](https://github.com/gunpal5/Google_GenerativeAI/blob/main/CHANGELOG.md)
- [Commits](gunpal5/Google_GenerativeAI@v2.5.5...v2.5.6)

Updates `Microsoft.Extensions.DependencyInjection` from 9.0.3 to 9.0.3
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.3...v9.0.3)

Updates `Microsoft.Extensions.Logging.Abstractions` from 9.0.3 to 9.0.3
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.3...v9.0.3)

Updates `Microsoft.Extensions.Options` from 9.0.4 to 9.0.3
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.4...v9.0.3)

---
updated-dependencies:
- dependency-name: Google_GenerativeAI
  dependency-version: 2.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 9.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 9.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Options
  dependency-version: 9.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from Freeesia April 11, 2025 16:08
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 11, 2025
@Freeesia Freeesia merged commit 1c26745 into master Apr 11, 2025
7 checks passed
@Freeesia Freeesia deleted the dependabot/nuget/multi-b9d5dbf81c branch April 11, 2025 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants