From 28012740f0dd5dd9c1170b47e8ee27d91f3366b4 Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Thu, 9 Jan 2025 14:52:44 -0500 Subject: [PATCH] bump core and increment version --- libs/partners/openai/poetry.lock | 6 +++--- libs/partners/openai/pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/partners/openai/poetry.lock b/libs/partners/openai/poetry.lock index d7610271ad57f..85b65dbf801a6 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" @@ -496,7 +496,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.3.27" +version = "0.3.29" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.9,<4.0" @@ -1647,4 +1647,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "71de53990a6cfb9cd6a25249b40eeef52e089840a9a06b54ac556fe7fa60504c" +content-hash = "0bc715ae349e68aa13cce7541210fb9596a6a66a9a5479fdc5c891c79ca11688" diff --git a/libs/partners/openai/pyproject.toml b/libs/partners/openai/pyproject.toml index 693e34eda37d1..77ef40180e498 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.14" +version = "0.3.0" 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.27" +langchain-core = "^0.3.29" openai = "^1.58.1" tiktoken = ">=0.7,<1"