Skip to content

Commit

Permalink
Less
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Nov 19, 2024
1 parent 187fd69 commit 01b96b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libs/cli/poetry.lock

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

6 changes: 3 additions & 3 deletions libs/cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
typer = { extras = ["all"], version = "^0.9.0" }
gitpython = ">=3.0,<4.0"
gitpython = "^3"
langserve = { extras = ["all"], version = ">=0.0.51" }
uvicorn = ">=0.23,<1.0"
tomlkit = ">=0.12.0,<1.0"
gritql = ">=0.1.0,<1.0"
tomlkit = ">=0.12"
gritql = "^0.1.1"

[tool.poetry.scripts]
langchain = "langchain_cli.cli:app"
Expand Down

0 comments on commit 01b96b2

Please sign in to comment.