openai[patch]: release 0.2.8 (#28062)

This commit is contained in:
ccurme 2024-11-12 14:57:11 -05:00 committed by GitHub
parent 15b7dd3ad7
commit 5eaa0e8c45
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.8.2 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
[[package]]
name = "annotated-types"
@ -493,7 +493,7 @@ files = [
[[package]]
name = "langchain-core"
version = "0.3.16"
version = "0.3.17"
description = "Building applications with LLMs through composability"
optional = false
python-versions = ">=3.9,<4.0"
@ -1562,4 +1562,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4.0"
content-hash = "25c9d26debe92bec9212867337318e83a30e557e49a146c40d482fc0967082cd"
content-hash = "193b209048042991c70a06289c41e67d44cc104c970a70857beacc8a51f0459b"

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-openai"
version = "0.2.7"
version = "0.2.8"
description = "An integration package connecting OpenAI and LangChain"
authors = []
readme = "README.md"
@ -23,7 +23,7 @@ ignore_missing_imports = true
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain-core = "^0.3.16"
langchain-core = "^0.3.17"
openai = "^1.54.0"
tiktoken = ">=0.7,<1"