langchain/libs/cli/langchain_cli/utils
Mauricio Cruz fb9ce95184
cli[patch]: Fix Tuple typing problem when create new langchain app (#19141)
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 CLI (#12284) 2023-10-25 11:06:58 -07:00
events.py use http.client instead of urllib3 (#12660) 2023-11-01 11:15:05 -07:00
find_replace.py cli[patch]: unicode issue (#14672) 2023-12-13 11:14:51 -08:00
git.py cli[patch]: Modified regular expression (#19449) 2024-03-22 15:24:08 -07:00
github.py more cli interactivity, bugfix (#13360) 2023-11-14 14:49:43 -08:00
packages.py cli pyproject updating (#12945) 2023-11-07 11:06:08 -08:00
pyproject.py cli[patch]: Fix Tuple typing problem when create new langchain app (#19141) 2024-03-26 01:09:51 +00:00