Skip to content

Commit

Permalink
v0.3 release (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev authored Sep 14, 2024
1 parent 1e24edc commit 42b61a6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 76 deletions.
85 changes: 13 additions & 72 deletions poetry.lock

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

7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langserve"
version = "0.3.0dev2"
version = "0.3.0"
description = ""
readme = "README.md"
authors = ["LangChain"]
Expand All @@ -11,12 +11,11 @@ include = ["langserve/playground/dist/**/*", "langserve/chat_playground/dist/**/

[tool.poetry.dependencies]
python = "^3.9"
httpx = ">=0.23.0" # May be able to decrease this version
httpx = ">=0.23.0,<1.0"
fastapi = {version = ">=0.90.1,<1", optional = true}
sse-starlette = {version = "^1.3.0", optional = true}
langchain-core = "^0.3"
orjson = ">=2"
pyproject-toml = "^0.0.10"
orjson = ">=2,<4"
pydantic = "^2.7"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 42b61a6

Please sign in to comment.