[PR #4036] [MERGED] chore(deps): bump google-generativeai from 0.5.4 to 0.7.2 in /backend #8180

Closed
opened 2025-11-11 17:47:03 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/4036
Author: @dependabot[bot]
Created: 7/22/2024
Status: Merged
Merged: 7/24/2024
Merged by: @tjbck

Base: devHead: dependabot/pip/backend/dev/google-generativeai-0.7.2


📝 Commits (1)

  • 26c5a53 chore(deps): bump google-generativeai from 0.5.4 to 0.7.2 in /backend

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 backend/requirements.txt (+1 -1)

📄 Description

Bumps google-generativeai from 0.5.4 to 0.7.2.

Release notes

Sourced from google-generativeai's releases.

v0.7.2 - Bugfix

What's Changed

Bugfixes

Docs and Samples

New Contributors

Full Changelog: https://github.com/google-gemini/generative-ai-python/compare/v0.7.1...v0.7.2

... (truncated)

Commits

Dependabot compatibility score

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/4036 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/22/2024 **Status:** ✅ Merged **Merged:** 7/24/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/google-generativeai-0.7.2` --- ### 📝 Commits (1) - [`26c5a53`](https://github.com/open-webui/open-webui/commit/26c5a533ec58403d9906e174425351ab16a28ca9) chore(deps): bump google-generativeai from 0.5.4 to 0.7.2 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [google-generativeai](https://github.com/google/generative-ai-python) from 0.5.4 to 0.7.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/generative-ai-python/releases">google-generativeai's releases</a>.</em></p> <blockquote> <h2>v0.7.2 - Bugfix</h2> <h2>What's Changed</h2> <h3>Bugfixes</h3> <ul> <li>Fix bug passing single-string safety settings. by <a href="https://github.com/MarkDaoust"><code>@​MarkDaoust</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/417">google-gemini/generative-ai-python#417</a></li> <li>Fix operator conversion. by <a href="https://github.com/MarkDaoust"><code>@​MarkDaoust</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/419">google-gemini/generative-ai-python#419</a></li> <li>Fix 'ResourceWarning: unclosed <!-- raw HTML omitted -->' by <a href="https://github.com/MarkDaoust"><code>@​MarkDaoust</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/422">google-gemini/generative-ai-python#422</a></li> <li>Fix <code>list_models</code> by <a href="https://github.com/rozha"><code>@​rozha</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/439">google-gemini/generative-ai-python#439</a></li> <li>Add PngImagePlugin to imports. by <a href="https://github.com/mbanani"><code>@​mbanani</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/438">google-gemini/generative-ai-python#438</a></li> <li>Add webp to mimetypes by <a href="https://github.com/MarkDaoust"><code>@​MarkDaoust</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/440">google-gemini/generative-ai-python#440</a></li> </ul> <h3>Docs and Samples</h3> <ul> <li>Caching samples by <a href="https://github.com/shilpakancharla"><code>@​shilpakancharla</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/399">google-gemini/generative-ai-python#399</a></li> <li>Model list and get samples by <a href="https://github.com/shilpakancharla"><code>@​shilpakancharla</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/404">google-gemini/generative-ai-python#404</a></li> <li>System instructions sample by <a href="https://github.com/shilpakancharla"><code>@​shilpakancharla</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/407">google-gemini/generative-ai-python#407</a></li> <li>Count tokens samples by <a href="https://github.com/shilpakancharla"><code>@​shilpakancharla</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/403">google-gemini/generative-ai-python#403</a></li> <li>fix genai.GenerativeModel argument name in example by <a href="https://github.com/philippemiron"><code>@​philippemiron</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/394">google-gemini/generative-ai-python#394</a></li> <li>Adding text generation samples by <a href="https://github.com/shilpakancharla"><code>@​shilpakancharla</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/405">google-gemini/generative-ai-python#405</a></li> <li>Add samples for chat by <a href="https://github.com/shilpakancharla"><code>@​shilpakancharla</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/408">google-gemini/generative-ai-python#408</a></li> <li>Rename json_mode.py and create function calling sample by <a href="https://github.com/shilpakancharla"><code>@​shilpakancharla</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/406">google-gemini/generative-ai-python#406</a></li> <li>Add tuned_models samples by <a href="https://github.com/MarkDaoust"><code>@​MarkDaoust</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/409">google-gemini/generative-ai-python#409</a></li> <li>Add no json schema sample by <a href="https://github.com/shilpakancharla"><code>@​shilpakancharla</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/416">google-gemini/generative-ai-python#416</a></li> <li>fix list initialization and redundant parentheses by <a href="https://github.com/PandasPirate"><code>@​PandasPirate</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/412">google-gemini/generative-ai-python#412</a></li> <li>Adding a note about free tier not available in Europe by <a href="https://github.com/Giom-V"><code>@​Giom-V</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/401">google-gemini/generative-ai-python#401</a></li> <li>Update text only prompts by <a href="https://github.com/shilpakancharla"><code>@​shilpakancharla</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/420">google-gemini/generative-ai-python#420</a></li> <li>Add cache_from_name and cache_chat by <a href="https://github.com/shilpakancharla"><code>@​shilpakancharla</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/413">google-gemini/generative-ai-python#413</a></li> <li>Add create_audio and create_text to <code>samples/files.py</code> by <a href="https://github.com/shilpakancharla"><code>@​shilpakancharla</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/414">google-gemini/generative-ai-python#414</a></li> <li>Add safety_settings sample by <a href="https://github.com/shilpakancharla"><code>@​shilpakancharla</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/415">google-gemini/generative-ai-python#415</a></li> <li>Add REST sample for listing and getting models by <a href="https://github.com/shilpakancharla"><code>@​shilpakancharla</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/421">google-gemini/generative-ai-python#421</a></li> <li>Cleanup samples/files.py by <a href="https://github.com/MarkDaoust"><code>@​MarkDaoust</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/402">google-gemini/generative-ai-python#402</a></li> <li>format-samples by <a href="https://github.com/MarkDaoust"><code>@​MarkDaoust</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/410">google-gemini/generative-ai-python#410</a></li> <li>Add model configuration sample by <a href="https://github.com/shilpakancharla"><code>@​shilpakancharla</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/427">google-gemini/generative-ai-python#427</a></li> <li>move SI by <a href="https://github.com/MarkDaoust"><code>@​MarkDaoust</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/428">google-gemini/generative-ai-python#428</a></li> <li>No 's' by <a href="https://github.com/MarkDaoust"><code>@​MarkDaoust</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/431">google-gemini/generative-ai-python#431</a></li> <li>Fix snippet name. by <a href="https://github.com/MarkDaoust"><code>@​MarkDaoust</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/432">google-gemini/generative-ai-python#432</a></li> <li>Fix snippet names + reorder. by <a href="https://github.com/MarkDaoust"><code>@​MarkDaoust</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/435">google-gemini/generative-ai-python#435</a></li> <li>move tuning to tuned_models by <a href="https://github.com/MarkDaoust"><code>@​MarkDaoust</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/436">google-gemini/generative-ai-python#436</a></li> <li>Fix typos by <a href="https://github.com/PandasPirate"><code>@​PandasPirate</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/437">google-gemini/generative-ai-python#437</a></li> <li>Update tuned_models.py by <a href="https://github.com/MarkDaoust"><code>@​MarkDaoust</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/441">google-gemini/generative-ai-python#441</a></li> <li>Check video status. by <a href="https://github.com/MarkDaoust"><code>@​MarkDaoust</code></a> in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/442">google-gemini/generative-ai-python#442</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/philippemiron"><code>@​philippemiron</code></a> made their first contribution in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/394">google-gemini/generative-ai-python#394</a></li> <li><a href="https://github.com/Giom-V"><code>@​Giom-V</code></a> made their first contribution in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/401">google-gemini/generative-ai-python#401</a></li> <li><a href="https://github.com/rozha"><code>@​rozha</code></a> made their first contribution in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/439">google-gemini/generative-ai-python#439</a></li> <li><a href="https://github.com/mbanani"><code>@​mbanani</code></a> made their first contribution in <a href="https://redirect.github.com/google-gemini/generative-ai-python/pull/438">google-gemini/generative-ai-python#438</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google-gemini/generative-ai-python/compare/v0.7.1...v0.7.2">https://github.com/google-gemini/generative-ai-python/compare/v0.7.1...v0.7.2</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google-gemini/generative-ai-python/commit/f1dff9c78c37f44f2ff6b5c7a9d04e485230bcad"><code>f1dff9c</code></a> Bugfix release 0.7.2</li> <li><a href="https://github.com/google-gemini/generative-ai-python/commit/439ca8e5edfebee1548fc4b6c63451c4621b4cff"><code>439ca8e</code></a> Check video status. (<a href="https://redirect.github.com/google/generative-ai-python/issues/442">#442</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-python/commit/ae5f1b26824b240fb055d33a196d84dfc4bbdceb"><code>ae5f1b2</code></a> Update tuned_models.py (<a href="https://redirect.github.com/google/generative-ai-python/issues/441">#441</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-python/commit/d9a17ea2dcf0d0c8c1d7da8c4d3273a66445113d"><code>d9a17ea</code></a> Add webp to mimetypes (<a href="https://redirect.github.com/google/generative-ai-python/issues/440">#440</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-python/commit/13d2f52ca5938c3cf37e5221301d594a52785ac0"><code>13d2f52</code></a> Fix typos (<a href="https://redirect.github.com/google/generative-ai-python/issues/437">#437</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-python/commit/fb033db8ce558b2a0d0dc5889801084584619e14"><code>fb033db</code></a> Add PngImagePlugin to imports. (<a href="https://redirect.github.com/google/generative-ai-python/issues/438">#438</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-python/commit/85ee8c128f6f3cf28f15edff73f1e416a5b7b526"><code>85ee8c1</code></a> Fix Model dataclass (<a href="https://redirect.github.com/google/generative-ai-python/issues/439">#439</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-python/commit/0f7723e1de4334a39a841d563ca35ea9223bac66"><code>0f7723e</code></a> move tuning to tuned_models (<a href="https://redirect.github.com/google/generative-ai-python/issues/436">#436</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-python/commit/42e968daadbd6ca9983ee7bbaf626bea9f3cdc0c"><code>42e968d</code></a> Update cache.py (<a href="https://redirect.github.com/google/generative-ai-python/issues/435">#435</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-python/commit/3b78e31bc876d59d97516355d8c7721307c93b0b"><code>3b78e31</code></a> Fix snippet name.</li> <li>Additional commits viewable in <a href="https://github.com/google/generative-ai-python/compare/v0.5.4...v0.7.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google-generativeai&package-manager=pip&previous-version=0.5.4&new-version=0.7.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:47:03 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#8180