We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21cd06e commit 81974e3Copy full SHA for 81974e3
python/langsmith/__init__.py
@@ -20,7 +20,7 @@
20
from langsmith.utils import ContextThreadPoolExecutor
21
22
# Avoid calling into importlib on every call to __version__
23
-__version__ = "0.3.43"
+__version__ = "0.3.44"
24
version = __version__ # for backwards compatibility
25
26
python/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "langsmith"
3
-version = "0.3.43"
+version = "0.3.44"
4
description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform."
5
authors = ["LangChain <[email protected]>"]
6
license = "MIT"
0 commit comments