Skip to content

Bump faiss-cpu from 1.13.1 to 1.13.2 in /backend-agent#174

Merged
marcorosa merged 1 commit intodevelopfrom
dependabot/uv/backend-agent/develop/faiss-cpu-1.13.2
Jan 5, 2026
Merged

Bump faiss-cpu from 1.13.1 to 1.13.2 in /backend-agent#174
marcorosa merged 1 commit intodevelopfrom
dependabot/uv/backend-agent/develop/faiss-cpu-1.13.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 28, 2025

Bumps faiss-cpu from 1.13.1 to 1.13.2.

Release notes

Sourced from faiss-cpu's releases.

v1.13.2

What's Changed

Full Changelog: faiss-wheels/faiss-wheels@v1.13.1...v1.13.2

Commits
  • 1fe76d3 Merge pull request #149 from faiss-wheels/release/v1.13.2
  • 0f4d909 Skip failing musllinux tests on CI
  • f535686 Disable test_flat_l2_panorama.py::TestIndexFlatL2Panorama::test_merge_from fo...
  • 0f27240 Bump faiss version to v1.13.2
  • See full diff 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)

Bumps [faiss-cpu](https://github.com/kyamagu/faiss-wheels) from 1.13.1 to 1.13.2.
- [Release notes](https://github.com/kyamagu/faiss-wheels/releases)
- [Commits](faiss-wheels/faiss-wheels@v1.13.1...v1.13.2)

---
updated-dependencies:
- dependency-name: faiss-cpu
  dependency-version: 1.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added backend Related to the flask backend and general Python stuff dependencies Pull requests that update a dependency file labels Dec 28, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 28, 2025 19:06
@dependabot dependabot bot added backend Related to the flask backend and general Python stuff dependencies Pull requests that update a dependency file labels Dec 28, 2025
@github-actions
Copy link
Copy Markdown
Contributor

This change updates the faiss-cpu dependency version from 1.13.1 to 1.13.2 in the pyproject.toml file. This likely includes bug fixes, performance improvements, or new features available in the updated version. The update ensures that the project stays current with the latest stable release of its dependencies, potentially improving reliability and functionality. The change will not directly affect end-users unless new features or performance improvements in the library are intended to support user-facing functionality.

Walkthrough

  • Chore: Updated faiss-cpu dependency from version 1.13.1 to 1.13.2. This helps maintain compatibility and benefits from the latest improvements and fixes in the library.

Model: gpt-4o-2024-08-06 | Prompt Tokens: 303 | Completion Tokens: 152

Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's a friendly code review powered by AI assistance. These insights offer suggestions and possibilities rather than absolute certainties, so please adapt them to fit your needs. You're the expert on your project—AI simply provides additional perspective to support your development process.


Always critique what AI says. Do not let AI replace YOUR I.
Model: claude-sonnet-4-20250514 | Prompt Tokens: 851 | Completion Tokens: 253

'sap-ai-sdk-gen[all]==5.9.0',
'python-dotenv==1.2.1',
'faiss-cpu==1.13.1',
'faiss-cpu==1.13.2',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good practice updating the faiss-cpu dependency from 1.13.1 to 1.13.2. This appears to be a patch version update which typically includes bug fixes and security patches. Consider documenting the reason for this update in your changelog or commit message to help with future maintenance and troubleshooting.

For better dependency management, you might also consider using version ranges instead of pinning to exact versions:

'faiss-cpu>=1.13.2,<1.14.0'

This allows automatic patch updates while preventing potentially breaking minor version changes.

@marcorosa marcorosa merged commit a9e1b7d into develop Jan 5, 2026
5 checks passed
@marcorosa marcorosa deleted the dependabot/uv/backend-agent/develop/faiss-cpu-1.13.2 branch January 5, 2026 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend Related to the flask backend and general Python stuff dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant