release(openai): 1.1.3 (#34325)

This commit is contained in:
Mason Daugherty
2025-12-12 15:18:02 -05:00
committed by GitHub
parent 6fa4a45311
commit d0b13e926d
2 changed files with 5 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ license = { text = "MIT" }
readme = "README.md" readme = "README.md"
authors = [] authors = []
version = "1.1.2" version = "1.1.3"
requires-python = ">=3.10.0,<4.0.0" requires-python = ">=3.10.0,<4.0.0"
dependencies = [ dependencies = [
"langchain-core>=1.1.3,<2.0.0", "langchain-core>=1.1.3,<2.0.0",

View File

@@ -1,5 +1,5 @@
version = 1 version = 1
revision = 2 revision = 3
requires-python = ">=3.10.0, <4.0.0" requires-python = ">=3.10.0, <4.0.0"
resolution-markers = [ resolution-markers = [
"python_full_version >= '3.13' and platform_python_implementation == 'PyPy'", "python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
@@ -577,7 +577,7 @@ requires-dist = [
provides-extras = ["community", "anthropic", "openai", "azure-ai", "google-vertexai", "google-genai", "fireworks", "ollama", "together", "mistralai", "huggingface", "groq", "aws", "deepseek", "xai", "perplexity"] provides-extras = ["community", "anthropic", "openai", "azure-ai", "google-vertexai", "google-genai", "fireworks", "ollama", "together", "mistralai", "huggingface", "groq", "aws", "deepseek", "xai", "perplexity"]
[package.metadata.requires-dev] [package.metadata.requires-dev]
lint = [{ name = "ruff", specifier = ">=0.12.2,<0.13.0" }] lint = [{ name = "ruff", specifier = ">=0.14.2,<0.15.0" }]
test = [ test = [
{ name = "langchain-openai", editable = "." }, { name = "langchain-openai", editable = "." },
{ name = "langchain-tests", editable = "../../standard-tests" }, { name = "langchain-tests", editable = "../../standard-tests" },
@@ -592,7 +592,6 @@ test = [
{ name = "toml", specifier = ">=0.10.2,<1.0.0" }, { name = "toml", specifier = ">=0.10.2,<1.0.0" },
] ]
test-integration = [ test-integration = [
{ name = "cassio", specifier = ">=0.1.0,<1.0.0" },
{ name = "langchain-core", editable = "../../core" }, { name = "langchain-core", editable = "../../core" },
{ name = "langchain-text-splitters", editable = "../../text-splitters" }, { name = "langchain-text-splitters", editable = "../../text-splitters" },
{ name = "langchainhub", specifier = ">=0.1.16,<1.0.0" }, { name = "langchainhub", specifier = ">=0.1.16,<1.0.0" },
@@ -607,7 +606,7 @@ typing = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "1.1.3" version = "1.2.0"
source = { editable = "../../core" } source = { editable = "../../core" }
dependencies = [ dependencies = [
{ name = "jsonpatch" }, { name = "jsonpatch" },
@@ -667,7 +666,7 @@ typing = [
[[package]] [[package]]
name = "langchain-openai" name = "langchain-openai"
version = "1.1.2" version = "1.1.3"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "langchain-core" }, { name = "langchain-core" },