diff --git a/libs/cli/poetry.lock b/libs/cli/poetry.lock index 6005737416919..d085a9f7305c8 100644 --- a/libs/cli/poetry.lock +++ b/libs/cli/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "annotated-types" @@ -270,6 +270,7 @@ description = "Python bindings for GritQL" optional = false python-versions = "<4.0,>=3.8" files = [ + {file = "gritql-0.1.4-py2.py3-none-any.whl", hash = "sha256:a71d27c2bfb904d0150ccb0c28878ef640940b9540b6f1ef964133be1ddcb0e7"}, {file = "gritql-0.1.4-py3-none-any.whl", hash = "sha256:6e9f8c638bbf3dda58222832c976c716a1ca02a920e7549df58bf1a0bb9ebeef"}, {file = "gritql-0.1.4.tar.gz", hash = "sha256:487d0c1a98cb17cc9681121e53ac15f39e1cb87c4317a2ca1872e33d3d3a0a47"}, ] @@ -1365,4 +1366,4 @@ serve = [] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "733676371ee89686b906db3bc190d39128fb664bf34d9b3ccd66aac75c8cc2aa" +content-hash = "81a2e95e70c56c5ad9d826b6348d91ea8aec343d840bbe88ac208ed64a0a3421" diff --git a/libs/cli/pyproject.toml b/libs/cli/pyproject.toml index 0a5804351d844..c85b06e3f1cea 100644 --- a/libs/cli/pyproject.toml +++ b/libs/cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-cli" -version = "0.0.31" +version = "0.0.32" description = "CLI for interacting with LangChain" authors = ["Erick Friis "] readme = "README.md" @@ -14,11 +14,11 @@ license = "MIT" [tool.poetry.dependencies] python = ">=3.9,<4.0" typer = { extras = ["all"], version = "^0.9.0" } -gitpython = "^3.1.40" +gitpython = ">=3.0,<4.0" langserve = { extras = ["all"], version = ">=0.0.51" } -uvicorn = "^0.23.2" -tomlkit = "^0.12.2" -gritql = "^0.1.1" +uvicorn = ">=0.23,<1.0" +tomlkit = ">=0.12.0,<1.0" +gritql = ">=0.1.0,<1.0" [tool.poetry.scripts] langchain = "langchain_cli.cli:app"