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 @@ -25,7 +25,7 @@ dependencies = [
'langchain-core>=0.3.0,<0.4.0',
'langchain-text-splitters>=0.3.0,<0.4.0',
'PyYAML==6.0.3',
'requests==2.32.5',
'requests==2.33.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.

Consider using a more flexible version constraint for the requests library to allow for patch updates while maintaining security. The current pinned version 2.33.0 prevents automatic security updates.

'requests>=2.33.0,<3.0.0',

This approach allows for patch and minor updates that may include security fixes while preventing breaking changes from major version updates. If you must pin to a specific version due to compatibility requirements, ensure you have a process to regularly update dependencies for security patches.

'unstructured==0.18.21',
'art==6.5',
'pandas==2.3.3',
Expand Down
9 changes: 5 additions & 4 deletions backend-agent/uv.lock

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

Loading