mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 03:59:42 +00:00
add a template for the package readme (#12499)
Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
@@ -132,7 +132,7 @@ def parse_dependencies(
|
||||
):
|
||||
raise ValueError(
|
||||
"Number of defined repos/branches/api_paths did not match the "
|
||||
"number of dependencies."
|
||||
"number of templates."
|
||||
)
|
||||
inner_deps = _list_arg_to_length(dependencies, num_deps)
|
||||
inner_api_paths = _list_arg_to_length(api_path, num_deps)
|
||||
|
Reference in New Issue
Block a user