openai[patch]: refactor handling of Responses API (#31587)

This commit is contained in:
ccurme
2025-06-16 14:01:39 -04:00
committed by GitHub
parent 532e6455e9
commit b9357d456e
10 changed files with 1423 additions and 209 deletions

View File

@@ -587,7 +587,7 @@ typing = [
[package.metadata]
requires-dist = [
{ name = "langchain-core", editable = "../../core" },
{ name = "openai", specifier = ">=1.68.2,<2.0.0" },
{ name = "openai", specifier = ">=1.86.0,<2.0.0" },
{ name = "tiktoken", specifier = ">=0.7,<1" },
]