Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion python/langsmith/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""LangSmith Client."""

from typing import TYPE_CHECKING, Any
Expand All @@ -21,7 +21,7 @@

# Avoid calling into importlib on every call to __version__

__version__ = "0.4.28"
__version__ = "0.4.29"
version = __version__ # for backwards compatibility


Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "langsmith"
version = "0.4.28"
version = "0.4.29"
description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform."
authors = [
{name = "LangChain", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading