Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 23, 2025

Bumps faiss-cpu from 1.12.0 to 1.13.0.

Release notes

Sourced from faiss-cpu's releases.

v1.13.0

What's Changed

New Contributors

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

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

---
updated-dependencies:
- dependency-name: faiss-cpu
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Nov 23, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 23, 2025 19:09
@dependabot dependabot bot added backend Related to the flask backend and general Python stuff dependencies Pull requests that update a dependency file labels Nov 23, 2025
@github-actions
Copy link
Contributor

The overall change updates a package dependency in the pyproject.toml configuration file to its newer version, ensuring better compatibility and potentially improved performance or bug fixes provided by the library maintainers.

Walkthrough

  • Chore: Updated faiss-cpu dependency from version 1.12.0 to 1.13.0 in the pyproject.toml file, which may include optimizations or fixes from the library developers, enhancing backend functionality or stability. No direct feature impact on end-users is documented, but this suggests improved backend processing capabilities.

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

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 possibilities rather than definitive answers, so please take what feels valuable to you. You remain in full control of your code—AI simply provides additional perspective to help inform your choices.


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

'sap-ai-sdk-gen[all]==5.8.0',
'python-dotenv==1.2.1',
'faiss-cpu==1.12.0',
'faiss-cpu==1.13.0',
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 to upgrade faiss-cpu to version 1.13.0. However, consider adding a comment or changelog entry explaining the reason for this upgrade. Before finalizing this change, ensure:

  1. The new version is compatible with your existing code
  2. Review the release notes for breaking changes between 1.12.0 and 1.13.0
  3. Update any relevant documentation or requirements files
# Updated faiss-cpu for improved performance and bug fixes
'faiss-cpu==1.13.0',

Also consider if you need the exact version pinning (==) or if you could use compatible version ranges (~= or >=,<) for better dependency resolution flexibility.

@marcorosa marcorosa merged commit 22fd083 into develop Dec 4, 2025
5 checks passed
@marcorosa marcorosa deleted the dependabot/uv/backend-agent/develop/faiss-cpu-1.13.0 branch December 4, 2025 09:57
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