openai[patch]: Release 0.1.2 (#20241)

This commit is contained in:
Bagatur 2024-04-09 16:55:19 -05:00 committed by GitHub
parent 4b84c9b28c
commit 0b2f0307d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
[[package]]
name = "annotated-types"
@ -385,7 +385,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.1.40"
version = "0.1.41"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.8.1,<4.0"
@ -1285,4 +1285,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0"
content-hash = "3588ffb625bbb851db7cf0aad4d1dec35fcfc75c327529221513d83e74d89115"
content-hash = "eb614f82cd8afac2e1a8afc62fc459993292a813b6f56883ef870f1c22ad87fe"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-openai"
version = "0.1.1"
version = "0.1.2"
description = "An integration package connecting OpenAI and LangChain"
authors = []
readme = "README.md"
@ -12,7 +12,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain-core = "^0.1.33"
langchain-core = "^0.1.41"
openai = "^1.10.0"
tiktoken = ">=0.5.2,<1"