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.1',
'sentence-transformers==5.1.2',
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 sentence-transformers dependency to the latest patch version. However, consider documenting the reason for this version bump in your commit message or changelog. You may also want to verify that this version update doesn't introduce any breaking changes by running your test suite.

For better dependency management, consider using version ranges instead of pinning exact versions for patch updates:

'sentence-transformers>=5.1.1,<5.2.0',

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

]

[project.optional-dependencies]
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.