Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Sep 30, 2023
1 parent a481c5d commit 550cba4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
35 changes: 20 additions & 15 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fastapi = {version = ">0.90.1", optional = true}
sse-starlette = {version = "^1.3.0", optional = true}
httpx-sse = {version = "^0.3.1", optional = true}
pydantic = "^1"
langchain = "^0.0.305"
langchain = { git = "https://github.com/langchain-ai/langchain", subdirectory = "libs/langchain" }

[tool.poetry.group.dev.dependencies]
jupyterlab = "^3.6.1"
Expand Down

0 comments on commit 550cba4

Please sign in to comment.