From 0b2f0307d73e61f57a5d77fdca2ad3093081f71d Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 9 Apr 2024 16:55:19 -0500 Subject: [PATCH] openai[patch]: Release 0.1.2 (#20241) --- 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 6ed1d5a3ee5..01514e263c2 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.7.1 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" @@ -385,7 +385,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.1.40" +version = "0.1.41" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.8.1,<4.0" @@ -1285,4 +1285,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "3588ffb625bbb851db7cf0aad4d1dec35fcfc75c327529221513d83e74d89115" +content-hash = "eb614f82cd8afac2e1a8afc62fc459993292a813b6f56883ef870f1c22ad87fe" diff --git a/libs/partners/openai/pyproject.toml b/libs/partners/openai/pyproject.toml index 09aec96e653..14010ae843c 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.1" +version = "0.1.2" 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.33" +langchain-core = "^0.1.41" openai = "^1.10.0" tiktoken = ">=0.5.2,<1"