Skip to content

chore(deps): bump langchain to 1.3.14 in daytona cookbook lockfile#482

Open
thefounderluke wants to merge 1 commit into
usemoss:mainfrom
thefounderluke:deps/langchain-1.3.14
Open

chore(deps): bump langchain to 1.3.14 in daytona cookbook lockfile#482
thefounderluke wants to merge 1 commit into
usemoss:mainfrom
thefounderluke:deps/langchain-1.3.14

Conversation

@thefounderluke

@thefounderluke thefounderluke commented Jul 24, 2026

Copy link
Copy Markdown

Pull Request Checklist

Please ensure that your PR meets the following requirements:

  • I have read the CONTRIBUTING guide.
  • I have updated the documentation (if applicable). — N/A, lockfile-only change
  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have added tests that prove my fix is effective or that my feature works. — N/A, dependency bump
  • New and existing unit tests pass locally with my changes. — no test suite in this cookbook; verification notes below

Description

Bumps the locked langchain from 1.3.9 to 1.3.14 (latest release) in examples/cookbook/daytona/uv.lock, following the pattern of #442. The pyproject.toml constraint (langchain>=1.3.9) already allows it, so this is a lockfile-only change (3 lines). No other packages moved; the existing langchain-core 1.5.0 pin satisfies 1.3.14's requirements.

How verified: uv lock --upgrade-package langchain resolved cleanly (88 packages); uv sync builds the full environment on Python 3.12 and import langchain / import langchain_core succeed, with langchain.__version__ reporting 1.3.14.

Fixes #425

Review in cubic

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>
@github-actions

Copy link
Copy Markdown

Codex review

No issues found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump langchain to the latest release

1 participant