diff --git a/libs/partners/openai/poetry.lock b/libs/partners/openai/poetry.lock index fc257e9fa7..312eaafad4 100644 --- a/libs/partners/openai/poetry.lock +++ b/libs/partners/openai/poetry.lock @@ -385,7 +385,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.1.42" +version = "0.1.46" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -1286,4 +1286,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "625e7565d37b9633874f61ee5660220e8e330658715d8b56ef2340f06dc1c625" +content-hash = "f8a406a4ebd93e5c2ef3fcf4a3cebdd588ce09e288dc31b7b9b6b1560285575a" diff --git a/libs/partners/openai/pyproject.toml b/libs/partners/openai/pyproject.toml index 3132682fb8..24bf7cf513 100644 --- a/libs/partners/openai/pyproject.toml +++ b/libs/partners/openai/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-openai" -version = "0.1.3" +version = "0.1.4" 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.42" +langchain-core = "^0.1.46" openai = "^1.10.0" tiktoken = ">=0.5.2,<1"