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.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.

'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.