chore(deps): bump langchain to 1.3.14 in daytona cookbook lockfile#482
Open
thefounderluke wants to merge 1 commit into
Open
chore(deps): bump langchain to 1.3.14 in daytona cookbook lockfile#482thefounderluke wants to merge 1 commit into
thefounderluke wants to merge 1 commit into
Conversation
Bumps the locked langchain version from 1.3.9 to 1.3.14 (latest release) in examples/cookbook/daytona/uv.lock. Constraint in pyproject.toml (langchain>=1.3.9) already allows it; lockfile-only change following the pattern of usemoss#442. Fixes usemoss#425 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Codex reviewNo issues found. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
Please ensure that your PR meets the following requirements:
Description
Bumps the locked
langchainfrom 1.3.9 to 1.3.14 (latest release) inexamples/cookbook/daytona/uv.lock, following the pattern of #442. Thepyproject.tomlconstraint (langchain>=1.3.9) already allows it, so this is a lockfile-only change (3 lines). No other packages moved; the existinglangchain-core1.5.0 pin satisfies 1.3.14's requirements.How verified:
uv lock --upgrade-package langchainresolved cleanly (88 packages);uv syncbuilds the full environment on Python 3.12 andimport langchain/import langchain_coresucceed, withlangchain.__version__reporting 1.3.14.Fixes #425