-
Notifications
You must be signed in to change notification settings - Fork 8
Bump langchain-text-splitters from 0.3.11 to 1.0.0 in /backend-agent #161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Bump langchain-text-splitters from 0.3.11 to 1.0.0 in /backend-agent #161
Conversation
Bumps [langchain-text-splitters](https://github.com/langchain-ai/langchain) from 0.3.11 to 1.0.0. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-text-splitters==0.3.11...langchain-text-splitters==1.0.0) --- updated-dependencies: - dependency-name: langchain-text-splitters dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
|
The modification in the Walkthrough
Model: gpt-4o-2024-08-06 | Prompt Tokens: 339 | Completion Tokens: 120 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's a collaborative code review powered by AI assistance. These insights offer suggestions and patterns to consider, though your expertise and judgment remain essential. Use whatever recommendations align with your goals and project needs. You're in control of all decisions—AI simply provides additional perspective to support your development process.
Always critique what AI says. Do not let AI replace YOUR I.
Model: claude-sonnet-4-20250514 | Prompt Tokens: 893 | Completion Tokens: 266
| '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', |
There was a problem hiding this comment.
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.
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
|
[DO NOT MERGE] - langchain v1 is not yet compatible with |
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
4 similar comments
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request. |
Bumps langchain-text-splitters from 0.3.11 to 1.0.0.
Release notes
Sourced from langchain-text-splitters's releases.
... (truncated)
Commits
3b8cb3drelease(text-splitters): 1.0.0 (#33565)15047aerelease(anthropic): 1.0.0 (#33564)888fa3arelease(standard-tests): 1.0.0 (#33563)90346b8release(core): 1.0.0 (#33562)2d5efd7fix(core): support for Python 3.14 (#33461)1d22735docs: more fixes for refs (#33554)9dd494dfix(langchain): conditional tools -> end edge when all client side calls retu...2fa07b1chore(langchain_v1): relax typing on input state (#33552)a022e3cfeat(langchain_v1): Add ShellToolMiddleware and ClaudeBashToolMiddleware (#33...e0e1142feat(langchain): file-search middleware (#33551)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)