Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend-agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requires-python = '>=3.10,<3.13'
dependencies = [
'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
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 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.

'Flask==3.1.2',
'Flask-Cors==6.0.1',
'flask_sock==0.7.0',
Expand Down
41 changes: 14 additions & 27 deletions backend-agent/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.