From 197b885911764fc71adccdc21ac71d85d7eac776 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:31:56 -0800 Subject: [PATCH] [CLI] Relax constraints (#28218) --- libs/cli/poetry.lock | 5 +++-- libs/cli/pyproject.toml | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/libs/cli/poetry.lock b/libs/cli/poetry.lock index 6005737416919..9c4fbdc15530c 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 = "ed6ba14db90499ff27fefaab277bb8b879a48e024f4dabf944d76d8f7375002b" diff --git a/libs/cli/pyproject.toml b/libs/cli/pyproject.toml index 0a5804351d844..2187cbc936546 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,10 +14,10 @@ license = "MIT" [tool.poetry.dependencies] python = ">=3.9,<4.0" typer = { extras = ["all"], version = "^0.9.0" } -gitpython = "^3.1.40" +gitpython = "^3" langserve = { extras = ["all"], version = ">=0.0.51" } -uvicorn = "^0.23.2" -tomlkit = "^0.12.2" +uvicorn = ">=0.23,<1.0" +tomlkit = ">=0.12" gritql = "^0.1.1" [tool.poetry.scripts]