1
0
mirror of https://github.com/hwchase17/langchain.git synced 2025-08-24 03:52:08 +00:00
langchain/libs/cli/langchain_cli/utils
Mauricio Cruz fb9ce95184
cli[patch]: Fix Tuple typing problem when create new langchain app ()
Thank you for contributing to LangChain!

When run command langchain app new my-app, i get this error:

File
"/home/mauricio/.local/lib/python3.8/site-packages/langchain_cli/utils/pyproject.py",
line 15, in <module>
pyproject_toml: Path, local_editable_dependencies: Iterable[tuple[str,
Path]]
TypeError: 'type' object is not subscriptable

This PR fix the error.
2024-03-26 01:09:51 +00:00
..
__init__.py
events.py
find_replace.py cli[patch]: unicode issue () 2023-12-13 11:14:51 -08:00
git.py
github.py
packages.py cli pyproject updating () 2023-11-07 11:06:08 -08:00
pyproject.py cli[patch]: Fix Tuple typing problem when create new langchain app () 2024-03-26 01:09:51 +00:00