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" } license = { text = "MIT" }
requires-python = ">=3.9" requires-python = ">=3.9"
dependencies = [ dependencies = [
"langchain-core<1.0.0,>=0.3.68", "langchain-core<1.0.0,>=0.3.74",
"openai<2.0.0,>=1.86.0", "openai<2.0.0,>=1.86.0",
"tiktoken<1,>=0.7", "tiktoken<1,>=0.7",
] ]
name = "langchain-openai" name = "langchain-openai"
version = "0.3.28" version = "0.3.29"
description = "An integration package connecting OpenAI and LangChain" description = "An integration package connecting OpenAI and LangChain"
readme = "README.md" readme = "README.md"

View File

@ -1,5 +1,5 @@
version = 1 version = 1
revision = 3 revision = 2
requires-python = ">=3.9" requires-python = ">=3.9"
resolution-markers = [ resolution-markers = [
"python_full_version >= '3.13' and platform_python_implementation == 'PyPy'", "python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
@ -538,7 +538,7 @@ typing = [
[[package]] [[package]]
name = "langchain-openai" name = "langchain-openai"
version = "0.3.28" version = "0.3.29"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "langchain-core" }, { name = "langchain-core" },