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 @@ -29,7 +29,7 @@ dependencies = [
'unstructured==0.18.15',
'art==6.5',
'pandas==2.3.3',
'ollama==0.6.0',
'ollama==0.6.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 ollama dependency to version 0.6.1. Consider checking the changelog for this version update to ensure compatibility and understand what changes were introduced. For better dependency management, you might want to consider using version ranges with compatible release operators:

'ollama>=0.6.1,<0.7.0',

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

'weasyprint==66.0',
'pyrit==0.9.0',
'codeattack @ git+https://github.com/marcorosa/CodeAttack',
Expand Down
8 changes: 4 additions & 4 deletions backend-agent/uv.lock

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