From 4bba7b2b6b5858629eaf266bec8ceae60bbb125e Mon Sep 17 00:00:00 2001 From: staging-update-bot Date: Wed, 3 Dec 2025 01:08:08 +0000 Subject: [PATCH 1/2] py3-langsmith/0.4.53 package update --- py3-langsmith.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py3-langsmith.yaml b/py3-langsmith.yaml index 0b5bcc7482a..02d140237ae 100644 --- a/py3-langsmith.yaml +++ b/py3-langsmith.yaml @@ -1,6 +1,6 @@ package: name: py3-langsmith - version: "0.4.50" + version: "0.4.53" epoch: 0 description: LangSmith Client SDK Implementations annotations: @@ -31,7 +31,7 @@ environment: pipeline: - uses: git-checkout with: - expected-commit: adb114458de5598544ab44a847432b5452d5d4ee + expected-commit: 94789f34bd908b186f2b7c5ae3981b0a19fc2ff9 repository: https://github.com/langchain-ai/langsmith-sdk tag: v${{package.version}} From 1f272c038c8717e292232a6212278c910c49dfa1 Mon Sep 17 00:00:00 2001 From: Eoghan Conlon O'Neill Date: Wed, 3 Dec 2025 14:08:38 -0700 Subject: [PATCH 2/2] add uuid-utils --- py3-langsmith.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/py3-langsmith.yaml b/py3-langsmith.yaml index 02d140237ae..fb10707e066 100644 --- a/py3-langsmith.yaml +++ b/py3-langsmith.yaml @@ -47,6 +47,7 @@ subpackages: - py${{range.key}}-pydantic - py${{range.key}}-requests - py${{range.key}}-requests-toolbelt + - py${{range.key}}-uuid-utils - py${{range.key}}-zstandard pipeline: - uses: py/pip-build-install