upstage: release 0.1.2 (#20898)

This commit is contained in:
Erick Friis 2024-04-25 10:41:19 -07:00 committed by GitHub
parent 82b5bdc7a1
commit eca3640af7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -340,7 +340,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.1.45"
version = "0.1.46"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -548,13 +548,13 @@ files = [
[[package]]
name = "openai"
version = "1.23.4"
version = "1.23.6"
description = "The official Python library for the openai API"
optional = false
python-versions = ">=3.7.1"
files = [
{file = "openai-1.23.4-py3-none-any.whl", hash = "sha256:ecb72dcb415c8a1f1b6ef2fe32f8fc9a0942727b6365e8caedf916db5c19b180"},
{file = "openai-1.23.4.tar.gz", hash = "sha256:72c5a2ab2cda5727b6897f9d079aec16ceccf7dd2e0e0c84a21f7304d5484563"},
{file = "openai-1.23.6-py3-none-any.whl", hash = "sha256:f406c76ba279d16b9aca5a89cee0d968488e39f671f4dc6f0d690ac3c6f6fca1"},
{file = "openai-1.23.6.tar.gz", hash = "sha256:612de2d54cf580920a1156273f84aada6b3dca26d048f62eb5364a4314d7f449"},
]
[package.dependencies]

View File

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