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.6.3',
'sap-ai-sdk-gen[all]==5.7.5',
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.

Consider using version ranges instead of pinning exact versions for better dependency management. This approach allows for patch updates that include security fixes and bug fixes while maintaining compatibility:

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

This ensures you get patch updates (5.7.6, 5.7.7, etc.) automatically while preventing potentially breaking minor version updates.

'python-dotenv==1.1.1',
'faiss-cpu==1.12.0',
'Flask==3.1.2',
Expand Down
54 changes: 27 additions & 27 deletions backend-agent/uv.lock

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