From cbbc968903ea84b1424b9cf918cbc04c56f3ab7e Mon Sep 17 00:00:00 2001 From: ccurme Date: Mon, 24 Mar 2025 11:37:53 -0400 Subject: [PATCH] openai: release 0.3.10 (#30460) --- libs/partners/openai/pyproject.toml | 4 ++-- libs/partners/openai/uv.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/partners/openai/pyproject.toml b/libs/partners/openai/pyproject.toml index 27c6dd4ec09..2e82f0a230a 100644 --- a/libs/partners/openai/pyproject.toml +++ b/libs/partners/openai/pyproject.toml @@ -7,12 +7,12 @@ authors = [] license = { text = "MIT" } requires-python = "<4.0,>=3.9" dependencies = [ - "langchain-core<1.0.0,>=0.3.45", + "langchain-core<1.0.0,>=0.3.48", "openai<2.0.0,>=1.66.3", "tiktoken<1,>=0.7", ] name = "langchain-openai" -version = "0.3.9" +version = "0.3.10" description = "An integration package connecting OpenAI and LangChain" readme = "README.md" diff --git a/libs/partners/openai/uv.lock b/libs/partners/openai/uv.lock index d8472ea10a3..65d7eff829e 100644 --- a/libs/partners/openai/uv.lock +++ b/libs/partners/openai/uv.lock @@ -462,7 +462,7 @@ wheels = [ [[package]] name = "langchain-core" -version = "0.3.45" +version = "0.3.47" source = { editable = "../../core" } dependencies = [ { name = "jsonpatch" }, @@ -603,7 +603,7 @@ typing = [ [[package]] name = "langchain-tests" -version = "0.3.14" +version = "0.3.15" source = { editable = "../../standard-tests" } dependencies = [ { name = "httpx" },