[PR #1950] [MERGED] chore(deps): bump langsmith from 0.3.87 to 0.4.6 #1866

Closed
opened 2026-02-15 20:17:07 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1950
Author: @dependabot[bot]
Created: 2/9/2026
Status: Merged
Merged: 2/11/2026
Merged by: @christian-bromann

Base: mainHead: dependabot/npm_and_yarn/langsmith-0.4.6


📝 Commits (1)

  • d6c2a40 chore(deps): bump langsmith from 0.3.87 to 0.4.6

📊 Changes

2 files changed (+18 additions, -11 deletions)

View changed files

📝 libs/langgraph-cli/package.json (+1 -1)
📝 pnpm-lock.yaml (+17 -10)

📄 Description

Bumps langsmith from 0.3.87 to 0.4.6.

Release notes

Sourced from langsmith's releases.

v0.4.6

What's Changed

Full Changelog: https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.5...v0.4.6

v0.4.5

What's Changed

New Contributors

Full Changelog: https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.4...v0.4.5

v0.4.4

What's Changed

Full Changelog: https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.3...v0.4.4

v0.4.3

What's Changed

Full Changelog: https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.2...v0.4.3

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/1950 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/9/2026 **Status:** ✅ Merged **Merged:** 2/11/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/langsmith-0.4.6` --- ### 📝 Commits (1) - [`d6c2a40`](https://github.com/langchain-ai/langgraphjs/commit/d6c2a408b122011c1677a287763e50d580aa2de5) chore(deps): bump langsmith from 0.3.87 to 0.4.6 ### 📊 Changes **2 files changed** (+18 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph-cli/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+17 -10) </details> ### 📄 Description Bumps [langsmith](https://github.com/langchain-ai/langsmith-sdk) from 0.3.87 to 0.4.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain-ai/langsmith-sdk/releases">langsmith's releases</a>.</em></p> <blockquote> <h2>v0.4.6</h2> <h2>What's Changed</h2> <ul> <li>If stream fails, fallback to buffered body request by <a href="https://github.com/angus-langchain"><code>@​angus-langchain</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1845">langchain-ai/langsmith-sdk#1845</a></li> <li>fix(js): Fix replica updates by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1848">langchain-ai/langsmith-sdk#1848</a></li> <li>feat(js): Support feedback attribution for OTEL evaluations by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1847">langchain-ai/langsmith-sdk#1847</a></li> <li>fix(js): Propagate microseconds added in dotted order conversion to run tree start time by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1849">langchain-ai/langsmith-sdk#1849</a></li> <li>fix(js): Respect project names set at runtime for OTEL exported traces by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1850">langchain-ai/langsmith-sdk#1850</a></li> <li>feat(python): Add repetitions support to pytest, rename in JS by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1852">langchain-ai/langsmith-sdk#1852</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.5...v0.4.6">https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.5...v0.4.6</a></p> <h2>v0.4.5</h2> <h2>What's Changed</h2> <ul> <li>feat(js): Add OTEL support by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1814">langchain-ai/langsmith-sdk#1814</a></li> <li>feat(js): Export passed AI SDK metadata as LangSmith metadata by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1819">langchain-ai/langsmith-sdk#1819</a></li> <li>Reduce zstd compression level to 1 by <a href="https://github.com/angus-langchain"><code>@​angus-langchain</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1820">langchain-ai/langsmith-sdk#1820</a></li> <li>feat(js): Add transform span method to exporter, allow setting run name by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1821">langchain-ai/langsmith-sdk#1821</a></li> <li>fix(js): Use context placeholder to preserve LangChain context variables even if tracing is disabled by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1822">langchain-ai/langsmith-sdk#1822</a></li> <li>fix(js): Fix types and add responses and completions.parse support for wrapOpenAI by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1823">langchain-ai/langsmith-sdk#1823</a></li> <li>release(js): 0.3.38 by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1824">langchain-ai/langsmith-sdk#1824</a></li> <li>fix(js): Fix AI SDK token counting issues for legacy exporter by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1825">langchain-ai/langsmith-sdk#1825</a></li> <li>feat(js): Make traced AI SDK runs respect provider metadata by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1826">langchain-ai/langsmith-sdk#1826</a></li> <li>feat(js): Add reference_example_id attribute to OTEL runs by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1836">langchain-ai/langsmith-sdk#1836</a></li> <li>[open-swe] fix: improve serialization of Maps and complex objects in traces by <a href="https://github.com/open-swe"><code>@​open-swe</code></a>[bot] in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1835">langchain-ai/langsmith-sdk#1835</a></li> <li>release(js): 0.3.41 by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1837">langchain-ai/langsmith-sdk#1837</a></li> <li>fix(js): Add endpoint shim to example upload by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1839">langchain-ai/langsmith-sdk#1839</a></li> <li>Add runs endpoints env to replicas by <a href="https://github.com/hinthornw"><code>@​hinthornw</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1830">langchain-ai/langsmith-sdk#1830</a></li> <li>release(js): 0.3.42 by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1842">langchain-ai/langsmith-sdk#1842</a></li> <li>feat(python): Populate example metadata in pytest, prefix experiment runs with ls_example by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1840">langchain-ai/langsmith-sdk#1840</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/open-swe"><code>@​open-swe</code></a>[bot] made their first contribution in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1835">langchain-ai/langsmith-sdk#1835</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.4...v0.4.5">https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.4...v0.4.5</a></p> <h2>v0.4.4</h2> <h2>What's Changed</h2> <ul> <li>Add replicas to baggage header by <a href="https://github.com/angus-langchain"><code>@​angus-langchain</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1817">langchain-ai/langsmith-sdk#1817</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.3...v0.4.4">https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.3...v0.4.4</a></p> <h2>v0.4.3</h2> <h2>What's Changed</h2> <ul> <li>feat(js): Allow suppressing circular JSON warnings by <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1815">langchain-ai/langsmith-sdk#1815</a></li> <li>fix(py): loosen pydantic dep by <a href="https://github.com/baskaryan"><code>@​baskaryan</code></a> in <a href="https://redirect.github.com/langchain-ai/langsmith-sdk/pull/1816">langchain-ai/langsmith-sdk#1816</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.2...v0.4.3">https://github.com/langchain-ai/langsmith-sdk/compare/v0.4.2...v0.4.3</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/langchain-ai/langsmith-sdk/commits/v0.4.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=langsmith&package-manager=npm_and_yarn&previous-version=0.3.87&new-version=0.4.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/langchain-ai/langgraphjs/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:17:07 -05:00
yindo closed this issue 2026-02-15 20:17:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1866