Skip to content

Commit

Permalink
version 0.0.17 (#111)
Browse files Browse the repository at this point in the history
Release 0.0.17
  • Loading branch information
eyurtsev authored Oct 26, 2023
1 parent 93ab048 commit 77276ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions langserve/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@ def _register_path_for_app(app: Union[FastAPI, APIRouter], path: str) -> None:

# PUBLIC API

# PUBLIC API


def add_routes(
app: Union[FastAPI, APIRouter],
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langserve"
version = "0.0.16"
version = "0.0.17"
description = ""
readme = "README.md"
authors = ["LangChain"]
Expand Down

0 comments on commit 77276ea

Please sign in to comment.