diff --git a/libs/partners/openai/poetry.lock b/libs/partners/openai/poetry.lock index a5adee1583dc3..46bbac44c5c8f 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.3 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" @@ -476,7 +476,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.2.39" +version = "0.2.40" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -1555,4 +1555,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "4de489ce10a23ce967acf88456b4c24b8daacf2c2089916db6f83bc5b595e07c" +content-hash = "f69618f90bef90135927a494c225c7c0d204a5641e4061b15ae9658536f0aa4a" diff --git a/libs/partners/openai/pyproject.toml b/libs/partners/openai/pyproject.toml index 71e142c0e2b05..91fa92bbf2519 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.1.24" +version = "0.1.25" 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.8.1,<4.0" -langchain-core = "^0.2.39" +langchain-core = "^0.2.40" openai = "^1.40.0" tiktoken = ">=0.7,<1"