diff --git a/py3-langsmith.yaml b/py3-langsmith.yaml index 0b5bcc7482a..fb10707e066 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}} @@ -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