🔺 chore(pyproject.toml): update langchain-serve version to >0.0.50

The langchain-serve package has been updated to version >0.0.50. This update may include bug fixes, new features, or other improvements.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-03 23:28:07 -03:00
commit 3f063f099d

View file

@ -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"