release(openai): 1.0.2 (#33769)

This commit is contained in:
ccurme
2025-10-31 14:21:32 -04:00
committed by GitHub
parent 7a97c31ac0
commit 61196a8280
2 changed files with 6 additions and 6 deletions

View File

@@ -7,12 +7,12 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.0.0,<2.0.0",
"langchain-core>=1.0.2,<2.0.0",
"openai>=1.109.1,<3.0.0",
"tiktoken>=0.7.0,<1.0.0",
]
name = "langchain-openai"
version = "1.0.1"
version = "1.0.2"
description = "An integration package connecting OpenAI and LangChain"
readme = "README.md"

View File

@@ -1,5 +1,5 @@
version = 1
revision = 3
revision = 2
requires-python = ">=3.10.0, <4.0.0"
resolution-markers = [
"python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
@@ -544,7 +544,7 @@ wheels = [
[[package]]
name = "langchain"
version = "1.0.2"
version = "1.0.3"
source = { editable = "../../langchain_v1" }
dependencies = [
{ name = "langchain-core" },
@@ -606,7 +606,7 @@ typing = [
[[package]]
name = "langchain-core"
version = "1.0.1"
version = "1.0.2"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },
@@ -664,7 +664,7 @@ typing = [
[[package]]
name = "langchain-openai"
version = "1.0.1"
version = "1.0.2"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },