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 @@ -28,7 +28,7 @@ dependencies = [
'requests==2.32.5',
'unstructured==0.18.15',
'art==6.5',
'pandas==2.3.2',
'pandas==2.3.3',
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.

The pandas version update from 2.3.2 to 2.3.3 looks good as it's a patch release that likely includes bug fixes and security updates. However, consider adding a comment or changelog reference explaining the reason for this specific version update to help with future dependency management.

Additionally, you might want to consider using version ranges (e.g., pandas>=2.3.2,<2.4.0) instead of pinning exact versions to allow for automatic patch updates while maintaining compatibility.

'ollama==0.6.0',
'weasyprint==66.0',
'pyrit==0.9.0',
Expand Down
50 changes: 25 additions & 25 deletions backend-agent/uv.lock

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