openai: release 0.3.25 (#31702)

This commit is contained in:
ccurme 2025-06-23 10:55:48 -04:00 committed by GitHub
parent b268ab6a28
commit 643741497a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -7,12 +7,12 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.65",
"langchain-core<1.0.0,>=0.3.66",
"openai<2.0.0,>=1.86.0",
"tiktoken<1,>=0.7",
]
name = "langchain-openai"
version = "0.3.24"
version = "0.3.25"
description = "An integration package connecting OpenAI and LangChain"
readme = "README.md"

View File

@ -479,7 +479,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "0.3.65"
version = "0.3.66"
source = { editable = "../../core" }
dependencies = [
{ name = "jsonpatch" },
@ -537,7 +537,7 @@ typing = [
[[package]]
name = "langchain-openai"
version = "0.3.24"
version = "0.3.25"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },
@ -994,7 +994,7 @@ wheels = [
[[package]]
name = "openai"
version = "1.86.0"
version = "1.90.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "anyio" },
@ -1006,9 +1006,9 @@ dependencies = [
{ name = "tqdm" },
{ name = "typing-extensions" },
]
sdist = { url = "https://files.pythonhosted.org/packages/ec/7a/9ad4a61f1502f0e59d8c27fb629e28a63259a44d8d31cd2314e1534a2d9f/openai-1.86.0.tar.gz", hash = "sha256:c64d5b788359a8fdf69bd605ae804ce41c1ce2e78b8dd93e2542e0ee267f1e4b", size = 468272 }
sdist = { url = "https://files.pythonhosted.org/packages/2d/30/0bdb712f5e25e823a76828136de6043f28bd69363886c417e05d7021420e/openai-1.90.0.tar.gz", hash = "sha256:9771982cdd5b6631af68c6a603da72ed44cd2caf73b49f717a72b71374bc565b", size = 471896 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/58/c1/dfb16b3432810fc9758564f9d1a4dbce6b93b7fb763ba57530c7fc48316d/openai-1.86.0-py3-none-any.whl", hash = "sha256:c8889c39410621fe955c230cc4c21bfe36ec887f4e60a957de05f507d7e1f349", size = 730296 },
{ url = "https://files.pythonhosted.org/packages/bd/e3/0d7a2ee7ae7293e794e7945ffeda942ff5e3a94de24be27cc3eb5ba6c188/openai-1.90.0-py3-none-any.whl", hash = "sha256:e5dcb5498ea6b42fec47546d10f1bcc05fb854219a7d953a5ba766718b212a02", size = 734638 },
]
[[package]]