From 3f063f099d73efde1778263ca0dd5b02c6d627c7 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 3 Jul 2023 23:28:07 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=BA=20chore(pyproject.toml):=20update?= =?UTF-8?q?=20langchain-serve=20version=20to=20>0.0.50=20The=20langchain-s?= =?UTF-8?q?erve=20package=20has=20been=20updated=20to=20version=20>0.0.50.?= =?UTF-8?q?=20This=20update=20may=20include=20bug=20fixes,=20new=20feature?= =?UTF-8?q?s,=20or=20other=20improvements.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d02b284cd..c2ec04187 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ psycopg2-binary = "^2.9.6" pyarrow = "^12.0.0" tiktoken = "~0.4.0" wikipedia = "^1.4.0" -langchain-serve = { version = ">0.0.47", optional = true } +langchain-serve = { version = ">0.0.50", optional = true } qdrant-client = "^1.3.0" websockets = "^10.3" weaviate-client = "^3.21.0"