release(core): 1.0.0a1 (#32715)

This commit is contained in:
ccurme
2025-08-27 12:57:07 -03:00
committed by GitHub
parent a47d993ddd
commit 72b66fcca5
9 changed files with 9 additions and 9 deletions

View File

@@ -86,7 +86,7 @@ def _is_relevant_import(module: str) -> bool:
"langchain",
"langchain_core",
"langchain_community",
"langchain_experimental",
# "langchain_experimental",
"langchain_text_splitters",
]
return module.split(".")[0] in recognized_packages