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
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
..
langchain_cli cli[patch]: Fix Tuple typing problem when create new langchain app (#19141) 6 months ago
tests use http.client instead of urllib3 (#12660) 10 months ago
.gitignore infra: make `.gitignore` consistent with standard python gitignore (#16828) 7 months ago
CONTRIBUTING.md Adds version CLI command (#12619) 10 months ago
DOCS.md Adds version CLI command (#12619) 10 months ago
LICENSE Library Licenses (#13300) 10 months ago
Makefile CLI CI 2 (#12387) 11 months ago
README.md template updates (#12646) 10 months ago
poetry.lock templates, cli: more security deps (#19006) 6 months ago
poetry.toml Use an in-project virtualenv in the CLI package. (#12678) 10 months ago
pyproject.toml infra: add print rule to ruff (#16221) 7 months ago

README.md

langchain-cli

This package implements the official CLI for LangChain. Right now, it is most useful for getting started with LangChain Templates!

CLI Docs

LangServe Templates Quickstart