build: update lcserve version to support public

This commit is contained in:
Deepankar Mahapatro 2023-06-01 10:56:39 +05:30
commit 2285304e09
2 changed files with 4 additions and 4 deletions

View file

@ -49,7 +49,7 @@ psycopg2-binary = "^2.9.6"
pyarrow = "^11.0.0"
tiktoken = "^0.3.3"
wikipedia = "^1.4.0"
langchain-serve = { version = "^0.0.39", optional = true }
langchain-serve = { version = ">0.0.39", optional = true }
qdrant-client = "^1.2.0"
websockets = "^11.0.3"
weaviate-client = "^3.19.2"