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.9.0',
'python-dotenv==1.2.1',
'faiss-cpu==1.13.0',
'faiss-cpu==1.13.1',
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 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.

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

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