upstage: release 0.1.1 (#20864)

This commit is contained in:
Erick Friis 2024-04-24 15:18:30 -07:00 committed by GitHub
parent c8fd51e8c8
commit 1aef8116de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -548,13 +548,13 @@ files = [
[[package]]
name = "openai"
version = "1.23.3"
version = "1.23.4"
description = "The official Python library for the openai API"
optional = false
python-versions = ">=3.7.1"
files = [
{file = "openai-1.23.3-py3-none-any.whl", hash = "sha256:6eef764a8870095d256d59e6be243acf560a21227e9e3588b508972818929ef7"},
{file = "openai-1.23.3.tar.gz", hash = "sha256:6730b8468a0235e5f289dfdfacaa374001645099c4ad1740b58eab378bcf7723"},
{file = "openai-1.23.4-py3-none-any.whl", hash = "sha256:ecb72dcb415c8a1f1b6ef2fe32f8fc9a0942727b6365e8caedf916db5c19b180"},
{file = "openai-1.23.4.tar.gz", hash = "sha256:72c5a2ab2cda5727b6897f9d079aec16ceccf7dd2e0e0c84a21f7304d5484563"},
]
[package.dependencies]

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-upstage"
version = "0.1.0"
version = "0.1.1"
description = "An integration package connecting Upstage and LangChain"
authors = []
readme = "README.md"