mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-19 22:03:48 -04:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aa3d7bb0a7 |
@@ -51,7 +51,7 @@ def _include_path(path: Path) -> bool:
|
||||
return True
|
||||
|
||||
|
||||
def list_packages(path: str = "../packages") -> Generator[Path, None, None]:
|
||||
def list_packages(path: str = "packages") -> Generator[Path, None, None]:
|
||||
"""
|
||||
Yields Path objects for each folder that contains a pyproject.toml file within a
|
||||
path. Use this to find packages to add to the server.
|
||||
|
||||
Reference in New Issue
Block a user