Skip to content
Open
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 @@ -13,7 +13,7 @@ maintainers = [
]
requires-python = '>=3.10,<3.13'
dependencies = [
'sap-ai-sdk-gen[all]==5.9.0',
'sap-ai-sdk-gen[all]==5.10.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 update dependencies regularly. Consider checking the changelog for sap-ai-sdk-gen version 5.10.0 to understand what changes are included and ensure they don't introduce breaking changes. You might also want to pin the dependency with a compatible version range to allow for automatic patch updates:

'sap-ai-sdk-gen[all]>=5.10.0,<5.11.0',

This approach allows for automatic patch updates while preventing potentially breaking minor version updates.

'python-dotenv==1.2.1',
'faiss-cpu==1.13.1',
'Flask==3.1.2',
Expand Down
6 changes: 3 additions & 3 deletions backend-agent/uv.lock

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