From 238ed5a3ed034e0f4f882d3b8cd6dbc9a9d75394 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:56:04 -0800 Subject: [PATCH] [Python] 0.1.16 (#492) Fix a bug that occurs when using Datadog (they patch threading.lock, making it non-deep-copyable) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 9c4368127..eeddd9060 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langsmith" -version = "0.1.15" +version = "0.1.16" description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform." authors = ["LangChain "] license = "MIT"