Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Oct 6, 2023
1 parent 5939001 commit 8635e07
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 22 deletions.
35 changes: 15 additions & 20 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langserve"
version = "0.0.6"
version = "0.0.7"
description = ""
readme = "README.md"
authors = ["LangChain"]
Expand All @@ -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 = { git = "https://github.com/langchain-ai/langchain", subdirectory = "libs/langchain" }
langchain = ">=0.0.310"

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

0 comments on commit 8635e07

Please sign in to comment.