Skip to content

deps: update pgvector requirement from >=0.2 to >=0.5.0 - #22

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pgvector-gte-0.5.0
Closed

deps: update pgvector requirement from >=0.2 to >=0.5.0#22
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pgvector-gte-0.5.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on pgvector to permit the latest version.

Changelog

Sourced from pgvector's changelog.

0.5.0 (2026-07-06)

  • 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

0.4.2 (2025-12-04)

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

0.4.1 (2025-04-26)

  • Fixed SparseVector constructor for SciPy sparse matrices

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

0.3.5 (2024-10-05)

  • Added avg function with type casting to SQLAlchemy
  • Added globally option for Psycopg 2

0.3.4 (2024-09-26)

  • Added schema option for asyncpg

0.3.3 (2024-09-09)

  • Improved support for cursor factories with Psycopg 2

0.3.2 (2024-07-17)

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Opened by Dependabot python Pull requests that update python code labels Aug 24, 2026
Updates the requirements on [pgvector](https://github.com/pgvector/pgvector-python) to permit the latest version.
- [Changelog](https://github.com/pgvector/pgvector-python/blob/master/CHANGELOG.md)
- [Commits](pgvector/pgvector-python@v0.2.0...v0.5.0)

---
updated-dependencies:
- dependency-name: pgvector
  dependency-version: 0.5.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/pgvector-gte-0.5.0 branch from 9f06351 to f78df25 Compare August 24, 2026 01:39
@DenisDrobyshev

Copy link
Copy Markdown
Member

Closing: pgvector is declared in the api extra and imported nowhere in the source tree. Raising the floor of a dependency nothing uses is noise in the queue rather than a change.

See #26 — the Python pgvector package and psycopg are both declared for a Postgres index that has no Python implementation yet. Whether these stay in the extra at all is the decision that issue is about; a version bump would be premature either way.

Dependabot will reopen this if the situation changes.

@dependabot @github

dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/pip/pgvector-gte-0.5.0 branch August 27, 2026 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Opened by Dependabot python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant