bump version to 219 (#6899)

This commit is contained in:
Harrison Chase 2023-06-28 23:48:42 -07:00 committed by GitHub
parent 6370808d41
commit 8502117f62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -141,6 +141,7 @@ class VertexAI(_VertexAICommon, LLM):
prompt: str,
stop: Optional[List[str]] = None,
run_manager: Optional[AsyncCallbackManagerForLLMRun] = None,
**kwargs: Any,
) -> str:
"""Call Vertex model to get predictions based on the prompt.

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain"
version = "0.0.218"
version = "0.0.219"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"