Skip to content
Open
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 @@ -30,7 +30,7 @@ dependencies = [
'art==6.5',
'pandas==2.3.3',
'ollama==0.6.1',
'weasyprint==68.0',
'weasyprint==68.1',
Copy link
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. Pinning exact versions can lead to dependency conflicts and makes it harder to receive security updates and bug fixes.

'weasyprint>=68.0,<69.0',

This approach allows for patch updates while maintaining compatibility. However, if you need exact version pinning for reproducible builds, consider using a separate lock file (like poetry.lock or requirements.lock) instead.

'pyrit==0.9.0',
'codeattack @ git+https://github.com/marcorosa/CodeAttack',
'gptfuzzer @ git+https://github.com/marcorosa/GPTFuzz@no-vllm',
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.