release(openai): release 0.3.29 (#32463)

This commit is contained in:
ccurme 2025-08-08 12:04:33 -03:00 committed by GitHub
parent c31236264e
commit 088095b663
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -7,12 +7,12 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.68",
"langchain-core<1.0.0,>=0.3.74",
"openai<2.0.0,>=1.86.0",
"tiktoken<1,>=0.7",
]
name = "langchain-openai"
version = "0.3.28"
version = "0.3.29"
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.9"
resolution-markers = [
"python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
@ -538,7 +538,7 @@ typing = [
[[package]]
name = "langchain-openai"
version = "0.3.28"
version = "0.3.29"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },