mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-28 06:48:50 +00:00
fmt
This commit is contained in:
@@ -31,7 +31,7 @@ ignore_missing_imports = true
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.9,<4.0"
|
||||
langsmith = "^0.1.112"
|
||||
langsmith = "^0.1.117"
|
||||
tenacity = "^8.1.0,!=8.4.0"
|
||||
jsonpatch = "^1.33"
|
||||
PyYAML = ">=5.3"
|
||||
|
@@ -65,7 +65,7 @@ def test_example_id_assignment_threadsafe() -> None:
|
||||
def test_tracer_with_run_tree_parent() -> None:
|
||||
mock_session = unittest.mock.MagicMock()
|
||||
client = Client(session=mock_session, api_key="test")
|
||||
parent = RunTree(name="parent", inputs={"input": "foo"}, client=client)
|
||||
parent = RunTree(name="parent", inputs={"input": "foo"}, _client=client)
|
||||
run_id = uuid.uuid4()
|
||||
tracer = LangChainTracer(client=client)
|
||||
tracer.order_map[parent.id] = (parent.trace_id, parent.dotted_order)
|
||||
|
Reference in New Issue
Block a user