build(deps): bump langsmith from 0.4.53 to 0.8.18#323
Merged
Conversation
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
987c1b5 to
f129609
Compare
Collaborator
|
@dependabot rebase |
Bumps [langsmith](https://github.com/langchain-ai/langsmith-sdk) from 0.4.53 to 0.8.18. - [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases) - [Commits](langchain-ai/langsmith-sdk@v0.4.53...v0.8.18) --- updated-dependencies: - dependency-name: langsmith dependency-version: 0.8.18 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
f129609 to
af2eb08
Compare
abrookins
approved these changes
Jun 30, 2026
abrookins
left a comment
Collaborator
There was a problem hiding this comment.
Reviewed the rebased langsmith lockfile update. Diff is uv.lock-only for langsmith 0.8.18 in the LangChain/examples dependency graph; no direct LangSmith imports are present in repository code. GitHub checks are green. Local uv sync --locked --group examples installed langsmith 0.8.18, python -m compileall -q examples passed, and the broader LLM/extraction/memory pytest suite passed: 148 passed, 19 skipped.
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.
Bumps langsmith from 0.4.53 to 0.8.18.
Release notes
Sourced from langsmith's releases.
... (truncated)
Commits
31c2bf6release(py): 0.8.18 (#3063)8955b68chore: reconcile bumpversion config and mandate release process for agents (#...411401ftest(python): fix integration assertions for updated attachment error message...9c55156Merge commit from fork5b2bd8dchore(deps): bump the npm_and_yarn group across 2 directories with 2 updates ...d8642f9chore(deps): bump the npm_and_yarn group across 4 directories with 4 updates ...953c2e5chore(deps-dev): bump langchain-anthropic from 1.4.4 to 1.4.6 in /python (#3044)5513699chore(deps): bump starlette from 1.0.1 to 1.3.1 in /python (#3039)8becdefchore(deps): bump cryptography from 46.0.7 to 48.0.1 in /python (#3038)1a9c522chore(deps): bump aiohttp from 3.14.0 to 3.14.1 in /python (#3037)Note
Medium Risk
A large minor-version jump on the tracing SDK that underpins LangChain can change tracing, client APIs, or runtime behavior even though this PR only touches the lockfile; smoke tests around LangChain/LangGraph flows are worthwhile.
Overview
Updates the locked
langsmithpackage from 0.4.53 to 0.8.18 inuv.lockonly—no application source changes.The new lock entry adds
websocketsandxxhashas declared dependencies oflangsmith.langsmithremains pulled in transitively bylangchain-core,langchain-classic, andlangchain-communityfor tracing and LangSmith integration.Reviewed by Cursor Bugbot for commit af2eb08. Bugbot is set up for automated code reviews on this repo. Configure here.