Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions py3-langsmith.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: py3-langsmith
version: "0.4.50"
version: "0.4.53"
epoch: 0
description: LangSmith Client SDK Implementations
annotations:
Expand Down Expand Up @@ -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}}

Expand All @@ -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
Expand Down
Loading