diff --git a/libs/partners/openai/poetry.lock b/libs/partners/openai/poetry.lock index 36073f23aeda5..1f724756d7ff0 100644 --- a/libs/partners/openai/poetry.lock +++ b/libs/partners/openai/poetry.lock @@ -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" diff --git a/libs/partners/openai/pyproject.toml b/libs/partners/openai/pyproject.toml index e2318e86181f6..8acfd163d1197 100644 --- a/libs/partners/openai/pyproject.toml +++ b/libs/partners/openai/pyproject.toml @@ -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"