There was an error while loading. Please reload this page.
1 parent 328a498 commit ca1d427Copy full SHA for ca1d427
libs/langchain/langchain/smith/evaluation/runner_utils.py
@@ -1298,6 +1298,7 @@ async def arun_on_dataset(
1298
"0.1.9",
1299
message="The tags argument is deprecated and will be"
1300
" removed in a future release. Please specify project_metadata instead.",
1301
+ pending=True,
1302
)
1303
1304
if kwargs:
@@ -1360,6 +1361,7 @@ def run_on_dataset(
1360
1361
1362
1363
1364
1365
1366
if revision_id is None:
1367
revision_id = get_langchain_env_var_metadata().get("revision_id")
0 commit comments