openai: release 0.3.22 (#31542)

This commit is contained in:
ccurme 2025-06-09 15:29:15 -04:00 committed by GitHub
parent 575662d5f1
commit 71b0f78952
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,7 @@ dependencies = [
"tiktoken<1,>=0.7", "tiktoken<1,>=0.7",
] ]
name = "langchain-openai" name = "langchain-openai"
version = "0.3.21" version = "0.3.22"
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,4 @@
version = 1 version = 1
revision = 1
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 +537,7 @@ typing = [
[[package]] [[package]]
name = "langchain-openai" name = "langchain-openai"
version = "0.3.21" version = "0.3.22"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "langchain-core" }, { name = "langchain-core" },