From 56ddfcf8f41a3ddcca68234c79967996edc71405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 20:47:40 -0800 Subject: [PATCH] chore(deps): bump langsmith from 0.4.31 to 0.6.3 in /libs/partners/fireworks (#35163) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [langsmith](https://github.com/langchain-ai/langsmith-sdk) from 0.4.31 to 0.6.3.
Release notes

Sourced from langsmith's releases.

v0.6.1

What's Changed

Full Changelog: https://github.com/langchain-ai/langsmith-sdk/compare/v0.6.0...v0.6.1

v0.6.0

What's Changed

Full Changelog: https://github.com/langchain-ai/langsmith-sdk/compare/v0.5.2...v0.6.0

v0.6.0rc0

What's Changed

Full Changelog: https://github.com/langchain-ai/langsmith-sdk/compare/v0.5.1...v0.6.0rc0

v0.5.2

What's Changed

Full Changelog: https://github.com/langchain-ai/langsmith-sdk/compare/v0.5.1...v0.5.2

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=langsmith&package-manager=uv&previous-version=0.4.31&new-version=0.6.3)](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) ---
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 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/langchain/network/alerts).
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- libs/partners/fireworks/uv.lock | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/libs/partners/fireworks/uv.lock b/libs/partners/fireworks/uv.lock index c97e429dbda..7f0efda0f90 100644 --- a/libs/partners/fireworks/uv.lock +++ b/libs/partners/fireworks/uv.lock @@ -685,7 +685,7 @@ wheels = [ [[package]] name = "langchain-core" -version = "1.2.7" +version = "1.2.11" source = { editable = "../../core" } dependencies = [ { name = "jsonpatch" }, @@ -714,9 +714,9 @@ requires-dist = [ dev = [ { name = "grandalf", specifier = ">=0.8.0,<1.0.0" }, { name = "jupyter", specifier = ">=1.0.0,<2.0.0" }, - { name = "setuptools", specifier = ">=67.6.1,<79.0.0" }, + { name = "setuptools", specifier = ">=67.6.1,<83.0.0" }, ] -lint = [{ name = "ruff", specifier = ">=0.14.11,<0.15.0" }] +lint = [{ name = "ruff", specifier = ">=0.14.11,<0.16.0" }] test = [ { name = "blockbuster", specifier = ">=1.5.18,<1.6.0" }, { name = "freezegun", specifier = ">=1.2.2,<2.0.0" }, @@ -724,8 +724,8 @@ test = [ { name = "langchain-tests", directory = "../../standard-tests" }, { name = "numpy", marker = "python_full_version < '3.13'", specifier = ">=1.26.4" }, { name = "numpy", marker = "python_full_version >= '3.13'", specifier = ">=2.1.0" }, - { name = "pytest", specifier = ">=8.0.0,<9.0.0" }, - { name = "pytest-asyncio", specifier = ">=0.21.1,<1.0.0" }, + { name = "pytest", specifier = ">=8.0.0,<10.0.0" }, + { name = "pytest-asyncio", specifier = ">=0.21.1,<2.0.0" }, { name = "pytest-benchmark" }, { name = "pytest-codspeed" }, { name = "pytest-mock", specifier = ">=3.10.0,<4.0.0" }, @@ -733,7 +733,7 @@ test = [ { name = "pytest-watcher", specifier = ">=0.3.4,<1.0.0" }, { name = "pytest-xdist", specifier = ">=3.6.1,<4.0.0" }, { name = "responses", specifier = ">=0.25.0,<1.0.0" }, - { name = "syrupy", specifier = ">=4.0.2,<5.0.0" }, + { name = "syrupy", specifier = ">=4.0.2,<6.0.0" }, ] test-integration = [] typing = [ @@ -813,7 +813,7 @@ typing = [ [[package]] name = "langchain-tests" -version = "1.1.2" +version = "1.1.5" source = { editable = "../../standard-tests" } dependencies = [ { name = "httpx" }, @@ -836,18 +836,18 @@ requires-dist = [ { name = "langchain-core", editable = "../../core" }, { name = "numpy", marker = "python_full_version < '3.13'", specifier = ">=1.26.2" }, { name = "numpy", marker = "python_full_version >= '3.13'", specifier = ">=2.1.0" }, - { name = "pytest", specifier = ">=7.0.0,<9.0.0" }, + { name = "pytest", specifier = ">=7.0.0,<10.0.0" }, { name = "pytest-asyncio", specifier = ">=0.20.0,<2.0.0" }, { name = "pytest-benchmark" }, { name = "pytest-codspeed" }, { name = "pytest-recording" }, { name = "pytest-socket", specifier = ">=0.7.0,<1.0.0" }, - { name = "syrupy", specifier = ">=4.0.0,<5.0.0" }, + { name = "syrupy", specifier = ">=4.0.0,<6.0.0" }, { name = "vcrpy", specifier = ">=8.0.0,<9.0.0" }, ] [package.metadata.requires-dev] -lint = [{ name = "ruff", specifier = ">=0.14.11,<0.15.0" }] +lint = [{ name = "ruff", specifier = ">=0.14.11,<0.16.0" }] test = [{ name = "langchain-core", editable = "../../core" }] test-integration = [] typing = [ @@ -858,7 +858,7 @@ typing = [ [[package]] name = "langsmith" -version = "0.4.31" +version = "0.6.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "httpx" }, @@ -867,11 +867,12 @@ dependencies = [ { name = "pydantic" }, { name = "requests" }, { name = "requests-toolbelt" }, + { name = "uuid-utils" }, { name = "zstandard" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/55/f5/edbdf89a162ee025348b3b2080fb3b88f4a1040a5a186f32d34aca913994/langsmith-0.4.31.tar.gz", hash = "sha256:5fb3729e22bd9a225391936cb9d1080322e6c375bb776514af06b56d6c46ed3e", size = 959698, upload-time = "2025-09-25T04:18:19.55Z" } +sdist = { url = "https://files.pythonhosted.org/packages/da/02/ac91c812238cd232ff3270c253eea31b28253fdeb28df61571932cb26e88/langsmith-0.6.3.tar.gz", hash = "sha256:33246769c0bb24e2c17e0c34bb21931084437613cd37faf83bd0978a297b826f", size = 1739709, upload-time = "2026-01-14T19:26:23.529Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/3e/8e/e7a43d907a147e1f87eebdd6737483f9feba52a5d4b20f69d0bd6f2fa22f/langsmith-0.4.31-py3-none-any.whl", hash = "sha256:64f340bdead21defe5f4a6ca330c11073e35444989169f669508edf45a19025f", size = 386347, upload-time = "2025-09-25T04:18:16.69Z" }, + { url = "https://files.pythonhosted.org/packages/ff/11/22a56b615f1ca84f65fda68b1a53b6e2765f2bdb1c6d885793430a664bfe/langsmith-0.6.3-py3-none-any.whl", hash = "sha256:44fdf8084165513e6bede9dda715e7b460b1b3f57ac69f2ca3f03afa911233ec", size = 282991, upload-time = "2026-01-14T19:26:21.882Z" }, ] [[package]]