diff --git a/libs/cli/langchain_cli/integration_template/pyproject.toml b/libs/cli/langchain_cli/integration_template/pyproject.toml index 000a4ece97049..fa3c596b069bb 100644 --- a/libs/cli/langchain_cli/integration_template/pyproject.toml +++ b/libs/cli/langchain_cli/integration_template/pyproject.toml @@ -57,7 +57,7 @@ pytest = "^7.4.3" pytest-asyncio = "^0.23.2" pytest-socket = "^0.7.0" pytest-watcher = "^0.3.4" -langchain-tests = "^0.3.4" +langchain-tests = "^0.3.5" [tool.poetry.group.codespell.dependencies] codespell = "^2.2.6" diff --git a/libs/cli/pyproject.toml b/libs/cli/pyproject.toml index c2ae7ec7c06fa..3e434fc8e6a53 100644 --- a/libs/cli/pyproject.toml +++ b/libs/cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-cli" -version = "0.0.33" +version = "0.0.34" description = "CLI for interacting with LangChain" authors = ["Erick Friis "] readme = "README.md"