mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-18 21:09:00 +00:00
Add script to help generate migrations. This works well for partner packages. Migrations are generated based on run time rather than static analysis (much simpler to get the correct migrations implemented). The script for generating migrations from langchain to community still needs work.
6 lines
133 B
Python
6 lines
133 B
Python
from langchain_cli.namespaces.migrate.generate.utils import PKGS_ROOT
|
|
|
|
|
|
def test_root() -> None:
|
|
assert PKGS_ROOT.name == "libs"
|