⬆️ Bump langchain from 0.1.20 to 0.2.14 - #874
Conversation
WalkthroughThe update modifies the version specification of the Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.1.20 to 0.2.14. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain==0.1.20...langchain==0.2.14) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
f2e6e7a to
55cb1c4
Compare
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
poetry.lockis excluded by!**/*.lock
Files selected for processing (1)
- pyproject.toml (1 hunks)
Additional comments not posted (1)
pyproject.toml (1)
57-57: Approve the version constraint update forlangchain.The change to
langchain = ">=0.1.1,<0.3.0"broadens the version range, allowing for more recent updates and features while avoiding potential breaking changes in versions 0.3.0 and above.Ensure that all integration tests are run to verify compatibility with the new version range.
|
Superseded by #883. |
Bumps langchain from 0.1.20 to 0.2.14.
Release notes
Sourced from langchain's releases.
... (truncated)
Commits
bd26145langchain: bump core to 0.2.32 (#25421)ec8ffc8core[patch]: Release 0.2.32 (#25420)2494ceccore[patch]: tool import fix (#25419)df632b8langchain: bump min core version (#25418)1050e89langchain: release 0.2.14 (#25416)c4779f5[docs]: sitemaploader update (#25363)0a99935docs: remove the extra period in docstring (#25414)63aba3f[docs]: link fix directory loader (#25411)dc80be5docs: fix deprecated functions table (#25409)ab29ee7docs: fix tool index (#25404)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)Summary by CodeRabbit
langchaindependency to allow more recent updates while ensuring stability.