Skip to content

chore(deps): bump pgvector from 0.4.1 to 0.4.2 - #3513

Merged
SmittieC merged 1 commit into
mainfrom
dependabot/uv/pgvector-0.4.2
Jun 2, 2026
Merged

chore(deps): bump pgvector from 0.4.1 to 0.4.2#3513
SmittieC merged 1 commit into
mainfrom
dependabot/uv/pgvector-0.4.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps pgvector from 0.4.1 to 0.4.2.

Changelog

Sourced from pgvector's changelog.

0.4.2 (2025-12-04)

  • Added support for Django 6
  • Added support for str objects for bit type with SQLAlchemy
Commits
  • 2968f25 Version bump to 0.4.2 [skip ci]
  • 674f5ba Updated checkout action [skip ci]
  • e2986da Added support for Django 6
  • e211ba4 Test with Python 3.14 on CI
  • 1a72b75 Updated pgvector on CI
  • c820a53 Simplified examples [skip ci]
  • caf1a2e Added docs for binary quantization with SQLAlchemy [skip ci]
  • dc9a8f9 Added test for binary quantization with re-ranking
  • 33dee60 Added support for str objects for bit type with SQLAlchemy - #137
  • ee3e71c Updated format for license identifier
  • 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 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)

Bumps [pgvector](https://github.com/pgvector/pgvector-python) from 0.4.1 to 0.4.2.
- [Changelog](https://github.com/pgvector/pgvector-python/blob/master/CHANGELOG.md)
- [Commits](pgvector/pgvector-python@v0.4.1...v0.4.2)

---
updated-dependencies:
- dependency-name: pgvector
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 2, 2026
@claude

claude Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

🔍 Dependency Analysis Summary

  • pgvector: 0.4.10.4.2 (patch bump, Python dep via uv)
  • Overall risk: LOW

Single-file diff in uv.lock. No pyproject.toml constraint changes.

📋 Detailed Changelog Review

pgvector 0.4.2 (released 2025-12-04, changelog):

  • Added support for Django 6
  • Added support for str objects for bit type with SQLAlchemy (issue #137)

No breaking changes, no deprecations, no security fixes. Pure additive release.

⚠️ Impact Assessment

  • Breaking changes: None
  • OCS usage (verified via grep of apps/):
    • apps/files/models.pyHalfVectorField
    • apps/files/migrations/0007_*VectorField, HnswIndex
    • apps/files/migrations/0008_*HalfVectorField
    • apps/chat/agent/tools.pyCosineDistance
    • apps/service_providers/llm_service/index_managers.pyCosineDistance
    • apps/documents/migrations/0008_add_pg_vector_extension.pyVectorExtension
  • All usage is Django ORM (pgvector.django.*), not SQLAlchemy, and not bit type → the SQLAlchemy bit/str change does not apply.
  • OCS pins Django 5.2.13 → the Django 6 compatibility change is forward-looking and does not affect current behavior.
  • Affected files: None
  • Test impact: None expected
  • Config changes: None

🛠️ Recommendations

  • Action required: None beyond standard CI.
  • Testing focus: Standard test suite is sufficient; the vector embedding/retrieval paths (file chunk embeddings, RAG search via CosineDistance) exercise the touched library code and should pass unchanged.
  • Follow-up tasks: None.
  • Merge recommendation: APPROVE

📚 Useful Links

@SmittieC
SmittieC merged commit 03b4d23 into main Jun 2, 2026
14 checks passed
@SmittieC
SmittieC deleted the dependabot/uv/pgvector-0.4.2 branch June 2, 2026 07:37
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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant