openai[patch]: bump openai sdk (#30461)

[New required
field](https://github.com/openai/openai-python/pull/2223/files#diff-530fd17eb1cc43440c82630df0ddd9b0893cf14b04065a95e6eef6cd2f766a44R26)
for `ResponseUsage` released in 1.66.5.
This commit is contained in:
ccurme
2025-03-24 12:10:00 -04:00
committed by GitHub
parent cbbc968903
commit 8486e0ae80
3 changed files with 12 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ license = { text = "MIT" }
requires-python = "<4.0,>=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.48",
"openai<2.0.0,>=1.66.3",
"openai<2.0.0,>=1.68.2",
"tiktoken<1,>=0.7",
]
name = "langchain-openai"