google-vertexai, openai: release candidate version (#15611)

This commit is contained in:
Erick Friis 2024-01-05 15:05:27 -08:00 committed by GitHub
parent 1a42ad353a
commit b257c7d0ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-google-vertexai"
version = "0.0.1"
version = "0.0.1rc0"
description = "An integration package connecting GoogleVertexAI and LangChain"
authors = []
readme = "README.md"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-openai"
version = "0.0.1"
version = "0.0.1rc0"
description = "An integration package connecting OpenAI and LangChain"
authors = []
readme = "README.md"