You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
6 months ago
..
__init__.py CLI (#12284) 11 months ago
events.py use http.client instead of urllib3 (#12660) 11 months ago
find_replace.py cli[patch]: unicode issue (#14672) 9 months ago
git.py cli[patch]: Modified regular expression (#19449) 6 months ago
github.py more cli interactivity, bugfix (#13360) 10 months ago
packages.py cli pyproject updating (#12945) 11 months ago
pyproject.py cli[patch]: Fix Tuple typing problem when create new langchain app (#19141) 6 months ago