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 @@ -13,7 +13,7 @@ maintainers = [
]
requires-python = '>=3.10,<3.13'
dependencies = [
'sap-ai-sdk-gen[all]==5.7.5',
'sap-ai-sdk-gen[all]==5.8.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: Dependency version update looks appropriate. However, consider documenting the reason for this upgrade in your commit message or changelog. Also, ensure you've tested the application with this new version to verify compatibility.

For better dependency management, consider using version ranges instead of pinning exact versions unless there's a specific compatibility requirement:

'sap-ai-sdk-gen[all]>=5.8.0,<6.0.0',

This allows for patch updates while preventing breaking changes from major version bumps.

'python-dotenv==1.1.1',
'faiss-cpu==1.12.0',
'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.