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 @@ -23,7 +23,7 @@ dependencies = [
'langchain>=0.3.0,<0.4.0',
'langchain-community>=0.3.0,<0.4.0',
'langchain-core>=0.3.0,<0.4.0',
'langchain-text-splitters>=0.3.0,<0.4.0',
'langchain-text-splitters>=0.3.0,<1.1.0',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version range change for 'langchain-text-splitters' appears inconsistent with other langchain dependencies. While other langchain packages are constrained to <0.4.0, this package allows versions up to <1.1.0. This could lead to dependency conflicts and compatibility issues.

Consider keeping the version constraint consistent with other langchain packages:

'langchain-text-splitters>=0.3.0,<0.4.0',

If a newer version is specifically required, ensure thorough testing with the mixed version ranges and document the reasoning for this deviation.

'PyYAML==6.0.3',
'requests==2.32.5',
'unstructured==0.18.20',
Expand Down
2 changes: 1 addition & 1 deletion backend-agent/uv.lock

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