Skip to content

Commit

Permalink
Update RunTree (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw authored Mar 1, 2024
1 parent ac92109 commit 24b03ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions python/langsmith/run_trees.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ def create_child(
) -> RunTree:
"""Add a child run to the run tree."""
serialized_ = serialized or {"name": name}

logger.warning(f"session_name: {self.session_name} {self.name}")
run = RunTree(
name=name,
id=run_id or uuid4(),
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langsmith"
version = "0.1.10"
version = "0.1.11"
description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform."
authors = ["LangChain <support@langchain.dev>"]
license = "MIT"
Expand Down

0 comments on commit 24b03ee

Please sign in to comment.