[PR #12533] [MERGED] build(deps): bump pgvector from 0.3.5 to 0.4.0 in /backend #61808

Closed
opened 2026-05-06 05:29:57 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/12533
Author: @dependabot[bot]
Created: 4/7/2025
Status: Merged
Merged: 4/7/2025
Merged by: @tjbck

Base: devHead: dependabot/pip/backend/dev/pgvector-0.4.0


📝 Commits (1)

  • f187a1c build(deps): bump pgvector from 0.3.5 to 0.4.0 in /backend

📊 Changes

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

View changed files

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

📄 Description

Bumps pgvector from 0.3.5 to 0.4.0.

Changelog

Sourced from pgvector's changelog.

0.4.0 (2025-03-15)

  • Added top-level pgvector package
  • Added support for pg8000
  • Added support for bytes to Bit constructor
  • Changed globally option to default to False for Psycopg 2
  • Changed arrays option to default to True for Psycopg 2
  • Fixed equality for Vector, HalfVector, Bit, and SparseVector classes
  • Fixed indices and values methods of SparseVector returning tuple instead of list in some cases
  • Dropped support for Python < 3.9

0.3.6 (2024-10-26)

  • Added arrays option for Psycopg 2
Commits
  • a8f2a5f Version bump to 0.4.0 [skip ci]
  • 6bb6df8 Removed unreleased import
  • 7a2dd80 Revert "Updated warning message"
  • 4e22f9b Updated warning message
  • 92bb02a Updated comment [skip ci]
  • 50fac76 Improved test
  • c2c17c2 Removed warning for result of np.unpackbits
  • 2ce3f43 Improved internal representation of Bit class
  • 2d1b754 Restored backwards compatibility of Bit constructor
  • 534ec18 Added support for bytes to Bit constructor
  • Additional commits viewable in compare view

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/12533 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/7/2025 **Status:** ✅ Merged **Merged:** 4/7/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/pgvector-0.4.0` --- ### 📝 Commits (1) - [`f187a1c`](https://github.com/open-webui/open-webui/commit/f187a1c9efd86a4ee1cc44ed4679e426d05c995e) build(deps): bump pgvector from 0.3.5 to 0.4.0 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [pgvector](https://github.com/pgvector/pgvector-python) from 0.3.5 to 0.4.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pgvector/pgvector-python/blob/master/CHANGELOG.md">pgvector's changelog</a>.</em></p> <blockquote> <h2>0.4.0 (2025-03-15)</h2> <ul> <li>Added top-level <code>pgvector</code> package</li> <li>Added support for pg8000</li> <li>Added support for <code>bytes</code> to <code>Bit</code> constructor</li> <li>Changed <code>globally</code> option to default to <code>False</code> for Psycopg 2</li> <li>Changed <code>arrays</code> option to default to <code>True</code> for Psycopg 2</li> <li>Fixed equality for <code>Vector</code>, <code>HalfVector</code>, <code>Bit</code>, and <code>SparseVector</code> classes</li> <li>Fixed <code>indices</code> and <code>values</code> methods of <code>SparseVector</code> returning tuple instead of list in some cases</li> <li>Dropped support for Python &lt; 3.9</li> </ul> <h2>0.3.6 (2024-10-26)</h2> <ul> <li>Added <code>arrays</code> option for Psycopg 2</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pgvector/pgvector-python/commit/a8f2a5f8428ae10d79be53c0367fc007eca4ab78"><code>a8f2a5f</code></a> Version bump to 0.4.0 [skip ci]</li> <li><a href="https://github.com/pgvector/pgvector-python/commit/6bb6df8cce6d5b03e1a8a9b683ae37faaf12db7a"><code>6bb6df8</code></a> Removed unreleased import</li> <li><a href="https://github.com/pgvector/pgvector-python/commit/7a2dd806e79ad82960cc1a89159ca61f9a12a373"><code>7a2dd80</code></a> Revert &quot;Updated warning message&quot;</li> <li><a href="https://github.com/pgvector/pgvector-python/commit/4e22f9b26545f1b871cfba0fde21812ebc88ca84"><code>4e22f9b</code></a> Updated warning message</li> <li><a href="https://github.com/pgvector/pgvector-python/commit/92bb02a531fc012369ee20f065028aec230d5dcf"><code>92bb02a</code></a> Updated comment [skip ci]</li> <li><a href="https://github.com/pgvector/pgvector-python/commit/50fac76f7959a155444e46d9e11be42403b09b26"><code>50fac76</code></a> Improved test</li> <li><a href="https://github.com/pgvector/pgvector-python/commit/c2c17c2ab6365e55677bde47d1d13c63b4e87642"><code>c2c17c2</code></a> Removed warning for result of np.unpackbits</li> <li><a href="https://github.com/pgvector/pgvector-python/commit/2ce3f43e6693fec29e92fa84f7d46fefb96f98f0"><code>2ce3f43</code></a> Improved internal representation of Bit class</li> <li><a href="https://github.com/pgvector/pgvector-python/commit/2d1b754773f8c4f41970b3f61b93b20460961f98"><code>2d1b754</code></a> Restored backwards compatibility of Bit constructor</li> <li><a href="https://github.com/pgvector/pgvector-python/commit/534ec18683d4c5e3058ba14d7810d0d5df7d8c55"><code>534ec18</code></a> Added support for bytes to Bit constructor</li> <li>Additional commits viewable in <a href="https://github.com/pgvector/pgvector-python/compare/v0.3.5...v0.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pgvector&package-manager=pip&previous-version=0.3.5&new-version=0.4.0)](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 2026-05-06 05:29:57 -05: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#61808