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 @@ -35,7 +35,7 @@ dependencies = [
'codeattack @ git+https://github.com/marcorosa/CodeAttack',
'gptfuzzer @ git+https://github.com/marcorosa/GPTFuzz@no-vllm',
'garak==0.11.0',
'sentence-transformers==5.1.2',
'sentence-transformers==5.2.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. The upgrade from sentence-transformers 5.1.2 to 5.2.0 is a minor version bump, which should maintain backward compatibility while potentially including bug fixes and improvements.

Consideration: Ensure that this version update has been tested with your codebase, especially given the ML/AI nature of this dependency. You may want to:

  1. Review the changelog for breaking changes
  2. Run your test suite to verify compatibility
  3. Consider pinning to exact versions in production environments for reproducibility
# Consider adding a comment explaining the reason for the update
'sentence-transformers==5.2.0',  # Updated for bug fixes in embedding generation

]

[project.optional-dependencies]
Expand Down
9 changes: 4 additions & 5 deletions backend-agent/uv.lock

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