[PR #923] chore: bump langsmith from 0.3.48 to 0.4.6 in the npm_and_yarn group across 1 directory #919

Open
opened 2026-02-16 08:16:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/open-swe/pull/923
Author: @dependabot[bot]
Created: 2/9/2026
Status: 🔄 Open

Base: mainHead: dependabot/npm_and_yarn/npm_and_yarn-b18c9cbd34


📝 Commits (1)

  • b2f7f4c chore: bump langsmith in the npm_and_yarn group across 1 directory

📊 Changes

2 files changed (+12 additions, -5 deletions)

View changed files

📝 apps/open-swe/package.json (+2 -2)
📝 yarn.lock (+10 -3)

📄 Description

Bumps the npm_and_yarn group with 1 update in the / directory: langsmith.

Updates langsmith from 0.3.48 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    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/open-swe/pull/923 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/9/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/npm_and_yarn-b18c9cbd34` --- ### 📝 Commits (1) - [`b2f7f4c`](https://github.com/langchain-ai/open-swe/commit/b2f7f4c17b19fe6231e351ac9597ef54b0893efb) chore: bump langsmith in the npm_and_yarn group across 1 directory ### 📊 Changes **2 files changed** (+12 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `apps/open-swe/package.json` (+2 -2) 📝 `yarn.lock` (+10 -3) </details> ### 📄 Description Bumps the npm_and_yarn group with 1 update in the / directory: [langsmith](https://github.com/langchain-ai/langsmith-sdk). Updates `langsmith` from 0.3.48 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.48&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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/langchain-ai/open-swe/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-16 08:16:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/open-swe#919