openai: release 0.3.16 (#31100)

This commit is contained in:
ccurme
2025-05-02 13:14:46 -04:00
committed by GitHub
parent ff41f47e91
commit 77ecf47f6d
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.56",
"langchain-core<1.0.0,>=0.3.58",
"openai<2.0.0,>=1.68.2",
"tiktoken<1,>=0.7",
]
name = "langchain-openai"
version = "0.3.15"
version = "0.3.16"
description = "An integration package connecting OpenAI and LangChain"
readme = "README.md"