📦 chore(pyproject.toml): update langchain-serve version to >0.0.49

The langchain-serve package version has been updated to >0.0.49. This change is made to ensure compatibility with the latest version of the package and to take advantage of any bug fixes or new features introduced in the updated version.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-04 07:28:05 -03:00
commit 4ca432c4c0
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View file

@ -2973,13 +2973,13 @@ text-helpers = ["chardet (>=5.1.0,<6.0.0)"]
[[package]]
name = "langchain-serve"
version = "0.0.50"
version = "0.0.52"
description = "Langchain Serve - serve your langchain apps on Jina AI Cloud."
category = "main"
optional = true
python-versions = "*"
files = [
{file = "langchain-serve-0.0.50.tar.gz", hash = "sha256:5f191d770a577c02127b79600678c407a77da672801e5784d544d7c54e1aaee1"},
{file = "langchain-serve-0.0.52.tar.gz", hash = "sha256:e69dcf6022423279059ab7ebda025e252aba4d9fd8e3e49776300355dbf85d1c"},
]
[package.dependencies]
@ -7828,4 +7828,4 @@ deploy = ["langchain-serve"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.11"
content-hash = "4e742d71d346197a01f85bbea524838473f4d3d1890ba81c034256055c5e25b4"
content-hash = "c0143f38de64a4ce537edc800380802537b6591202182e3bf9dc647ba666e8b4"

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.50", optional = true }
langchain-serve = { version = ">0.0.49", optional = true }
qdrant-client = "^1.3.0"
websockets = "^10.3"
weaviate-client = "^3.21.0"