mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-01 20:49:17 +00:00
cli: 0.0.20 (#14920)
This commit is contained in:
parent
bbb20804bd
commit
4d48aedea3
@ -8,7 +8,7 @@ from langchain_cli.namespaces import integration as integration_namespace
|
|||||||
from langchain_cli.namespaces import template as template_namespace
|
from langchain_cli.namespaces import template as template_namespace
|
||||||
from langchain_cli.utils.packages import get_langserve_export, get_package_root
|
from langchain_cli.utils.packages import get_langserve_export, get_package_root
|
||||||
|
|
||||||
__version__ = "0.0.20rc0"
|
__version__ = "0.0.20"
|
||||||
|
|
||||||
app = typer.Typer(no_args_is_help=True, add_completion=False)
|
app = typer.Typer(no_args_is_help=True, add_completion=False)
|
||||||
app.add_typer(
|
app.add_typer(
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-cli"
|
name = "langchain-cli"
|
||||||
version = "0.0.20rc0"
|
version = "0.0.20"
|
||||||
description = "CLI for interacting with LangChain"
|
description = "CLI for interacting with LangChain"
|
||||||
authors = ["Erick Friis <erick@langchain.dev>"]
|
authors = ["Erick Friis <erick@langchain.dev>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user