chore(deps): update dependency pgvector to v0.5.0 #10

Open
renovatebot wants to merge 1 commit from renovate/pgvector-0.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
pgvector minor ==0.4.0 -> ==0.5.0
pgvector project.dependencies minor ==0.4.0 -> ==0.5.0

Release Notes

pgvector/pgvector-python (pgvector)

v0.5.0

Compare Source

  • Added experimental support for type hints
  • Changed vector and halfvec types to return list for Django, SQLAlchemy, SQLModel, and Peewee
  • Changed vector type to return Vector object for Psycopg 3, Psycopg 2, asyncpg, and pg8000
  • Removed utils package (use top-level pgvector package instead)
  • Removed re-exported classes (use top-level pgvector package instead)
  • Removed dependency on NumPy
  • Dropped support for Python < 3.10
  • Dropped support for SQLAlchemy < 2

v0.4.2

Compare Source

  • Added support for Django 6
  • Added support for str objects for bit type with SQLAlchemy

v0.4.1

Compare Source

  • Fixed SparseVector constructor for SciPy sparse matrices

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pgvector](https://github.com/pgvector/pgvector-python) | | minor | `==0.4.0` -> `==0.5.0` | | [pgvector](https://github.com/pgvector/pgvector-python) | project.dependencies | minor | `==0.4.0` -> `==0.5.0` | --- ### Release Notes <details> <summary>pgvector/pgvector-python (pgvector)</summary> ### [`v0.5.0`](https://github.com/pgvector/pgvector-python/blob/HEAD/CHANGELOG.md#050-2026-07-06) [Compare Source](https://github.com/pgvector/pgvector-python/compare/v0.4.2...v0.5.0) - Added experimental support for type hints - Changed `vector` and `halfvec` types to return list for Django, SQLAlchemy, SQLModel, and Peewee - Changed `vector` type to return `Vector` object for Psycopg 3, Psycopg 2, asyncpg, and pg8000 - Removed `utils` package (use top-level `pgvector` package instead) - Removed re-exported classes (use top-level `pgvector` package instead) - Removed dependency on NumPy - Dropped support for Python < 3.10 - Dropped support for SQLAlchemy < 2 ### [`v0.4.2`](https://github.com/pgvector/pgvector-python/blob/HEAD/CHANGELOG.md#042-2025-12-04) [Compare Source](https://github.com/pgvector/pgvector-python/compare/v0.4.1...v0.4.2) - Added support for Django 6 - Added support for `str` objects for `bit` type with SQLAlchemy ### [`v0.4.1`](https://github.com/pgvector/pgvector-python/blob/HEAD/CHANGELOG.md#041-2025-04-26) [Compare Source](https://github.com/pgvector/pgvector-python/compare/v0.4.0...v0.4.1) - Fixed `SparseVector` constructor for SciPy sparse matrices </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovatebot force-pushed renovate/pgvector-0.x from 738b5d3e7a to 21d5158540 2025-07-25 02:33:29 +02:00 Compare
renovatebot force-pushed renovate/pgvector-0.x from 21d5158540 to 25f58812bb 2025-07-25 14:48:31 +02:00 Compare
renovatebot force-pushed renovate/pgvector-0.x from 25f58812bb to 1ba2a08c54 2025-08-16 00:20:03 +02:00 Compare
renovatebot changed title from chore(deps): update dependency pgvector to v0.4.1 to chore(deps): update dependency pgvector to v0.4.2 2025-12-05 02:34:08 +01:00
renovatebot force-pushed renovate/pgvector-0.x from 1ba2a08c54 to 23a3304234 2025-12-05 02:34:08 +01:00 Compare
renovatebot force-pushed renovate/pgvector-0.x from 23a3304234 to c833e63b24 2026-07-06 20:34:41 +02:00 Compare
renovatebot changed title from chore(deps): update dependency pgvector to v0.4.2 to chore(deps): update dependency pgvector to v0.5.0 2026-07-06 20:34:41 +02:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/pgvector-0.x:renovate/pgvector-0.x
git switch renovate/pgvector-0.x
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
bannert/foss-webui!10
No description provided.