Skip to content

Commit 42b61a6

Browse files
authored
v0.3 release (#767)
1 parent 1e24edc commit 42b61a6

File tree

2 files changed

+16
-76
lines changed

2 files changed

+16
-76
lines changed

poetry.lock

Lines changed: 13 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langserve"
3-
version = "0.3.0dev2"
3+
version = "0.3.0"
44
description = ""
55
readme = "README.md"
66
authors = ["LangChain"]
@@ -11,12 +11,11 @@ include = ["langserve/playground/dist/**/*", "langserve/chat_playground/dist/**/
1111

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

2221
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)