Skip to content

Bump langsmith from 0.3.73 to 0.6.0#4090

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/langsmith-0.6.0
Open

Bump langsmith from 0.3.73 to 0.6.0#4090
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/langsmith-0.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Copy link
Copy Markdown
Contributor

Bumps langsmith from 0.3.73 to 0.6.0.

Release notes

Sourced from langsmith's releases.

v0.6.0

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.5.2...v0.6.0

v0.6.0rc0

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.5.1...v0.6.0rc0

v0.5.2

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.5.1...v0.5.2

v0.5.1

What's Changed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for langsmith since your current version.

Install script changes

This version modifies prepublish script that runs during installation. Review the package contents before updating.


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.

Bumps [langsmith](https://github.com/langchain-ai/langsmith-sdk) from 0.3.73 to 0.6.0.
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](https://github.com/langchain-ai/langsmith-sdk/commits/v0.6.0)

---
updated-dependencies:
- dependency-name: langsmith
  dependency-version: 0.6.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from a team as a code owner May 13, 2026 20:20
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 13, 2026
@dependabot dependabot Bot requested review from NoritakaIkeda and sasamuku and removed request for a team May 13, 2026 20:20
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 13, 2026
@giselles-ai

giselles-ai Bot commented May 13, 2026

Copy link
Copy Markdown

Finished running flow.

Step 1
🟢
On Pull Request OpenedStatus: Success Updated: May 13, 2026 8:21pm
Step 2
🟢
gpt-5Status: Success Updated: May 13, 2026 8:22pm
Step 3
🟢
Create Pull Request CommentStatus: Success Updated: May 13, 2026 8:22pm

@vercel

vercel Bot commented May 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
liam-app Ready Ready Preview, Comment May 13, 2026 8:25pm
liam-assets Ready Ready Preview May 13, 2026 8:25pm
liam-docs Ready Ready Preview, Comment May 13, 2026 8:25pm
liam-erd-sample Ready Ready Preview May 13, 2026 8:25pm
liam-storybook Ready Ready Preview, Comment May 13, 2026 8:25pm

Request Review

@giselles-ai

giselles-ai Bot commented May 13, 2026

Copy link
Copy Markdown

Check changeset necessity

Status: NOT REQUIRED

Reason:

  • Only affected packages are internal/ignored: @liam-hq/agent and @liam-hq/schema-bench (dependency bump of langsmith 0.3.73 -> 0.6.0).
  • No changes to target publishable packages: @liam-hq/cli, @liam-hq/erd-core, @liam-hq/schema, or @liam-hq/ui.
  • No user-facing features, bug fixes, API, performance, or behavioral changes in target packages—this is a third-party dependency update within ignored packages.
  • pnpm-lock.yaml updates are incidental to the dependency bump and do not require a version release per the guide.

Changeset (copy & paste):

<!-- Not required: only internal/ignored packages (@liam-hq/agent, @liam-hq/schema-bench) had a dependency bump. -->

@github-actions

Copy link
Copy Markdown
Contributor

🤖 Agent Deep Modeling Execution

Started at: 2026-05-13 20:25:09 UTC

View Details

Command Output

@liam-hq/agent@0.1.0 execute-deep-modeling /home/runner/work/liam/liam/frontend/internal-packages/agent
pnpm test:integration src/createGraph.integration.test.ts

@liam-hq/agent@0.1.0 test:integration /home/runner/work/liam/liam/frontend/internal-packages/agent
vitest --watch=false --passWithNoTests --config vitest.config.integration.ts src/createGraph.integration.test.ts

RUN v3.2.4 /home/runner/work/liam/liam/frontend/internal-packages/agent

(node:7959) ExperimentalWarning: WASI is an experimental feature and might change at any time
(Use node --trace-warnings ... to show where the warning was created)
x

⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯

FAIL src/createGraph.integration.test.ts > createGraph Integration > should execute complete workflow
Error: OPENAI_API_KEY is required - please set it in .env file
❯ validateEnvironment scripts/shared/scriptUtils.ts:94:7
92| if (!process.env['OPENAI_API_KEY']) {
93| return errAsync(
94| new Error('OPENAI_API_KEY is required - please set it in .env fi…
| ^
95| )
96| }
❯ getTestConfig test-utils/workflowTestHelpers.ts:77:29
❯ src/createGraph.integration.test.ts:18:39

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯

Test Files 1 failed (1)
Tests 1 failed (1)
Start at 20:25:10
Duration 1.83s (transform 498ms, setup 0ms, collect 1.55s, tests 11ms, environment 0ms, prepare 74ms)

 ELIFECYCLE  Command failed with exit code 1.
/home/runner/work/liam/liam/frontend/internal-packages/agent:
 ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  @liam-hq/agent@0.1.0 execute-deep-modeling: pnpm test:integration src/createGraph.integration.test.ts
Exit status 1

@github-actions

Copy link
Copy Markdown
Contributor

This Pull Request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions Bot added the Stale label Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants