Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps faiss-cpu from 1.13.0 to 1.13.1.

Release notes

Sourced from faiss-cpu's releases.

v1.13.1

What's Changed

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

Commits

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.0 to 1.13.1.
- [Release notes](https://github.com/kyamagu/faiss-wheels/releases)
- [Commits](faiss-wheels/faiss-wheels@v1.13.0...v1.13.1)

---
updated-dependencies:
- dependency-name: faiss-cpu
  dependency-version: 1.13.1
  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 7, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 7, 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 7, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 7, 2025

The changes in the pyproject.toml file involve an upgrade to the faiss-cpu dependency from version 1.13.0 to 1.13.1. This alteration aims to potentially address bugs or performance improvements brought by the newer version, ensuring that the system benefits from the latest features or fixes offered by the dependency.

Walkthrough

  • Bug Fix/Chore: Updated the faiss-cpu dependency from version 1.13.0 to 1.13.1, which may include bug fixes and performance enhancements. This change aims to maintain the stability and efficiency of the system where FAISS is used for fast nearest-neighbor search.

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

Copy link
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 supportive code review enhanced by AI assistance. These insights offer suggestions and observations that may help guide your decisions, though they're not absolute truths. You remain in full control of your code choices—AI simply provides additional perspective to consider. Use whatever recommendations feel valuable to you and trust your judgment on what works best for your specific project needs.


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

'sap-ai-sdk-gen[all]==5.9.0',
'python-dotenv==1.2.1',
'faiss-cpu==1.13.0',
'faiss-cpu==1.13.1',
Copy link
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 to version 1.13.1. This appears to be a patch version update which typically includes bug fixes and security improvements. Consider checking the changelog to understand what improvements this version brings.

For better dependency management, you might want to consider using version ranges instead of pinning exact versions for non-critical dependencies:

'faiss-cpu>=1.13.1,<1.14.0'

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

@marcorosa marcorosa merged commit 546f259 into develop Dec 8, 2025
5 checks passed
@marcorosa marcorosa deleted the dependabot/uv/backend-agent/develop/faiss-cpu-1.13.1 branch December 8, 2025 13:59
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