Skip to content

Commit

Permalink
[CLI] Relax constraints (#28218)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw authored Nov 19, 2024
1 parent 5599a0a commit 197b885
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions libs/cli/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions libs/cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand All @@ -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]
Expand Down

0 comments on commit 197b885

Please sign in to comment.