release(openai): 1.1.7 (#34640)

This commit is contained in:
ccurme
2026-01-07 14:34:23 -05:00
committed by GitHub
parent 92afcaae60
commit 25bb36de81
2 changed files with 12 additions and 12 deletions

View File

@@ -9,10 +9,10 @@ license = { text = "MIT" }
readme = "README.md"
authors = []
version = "1.1.6"
version = "1.1.7"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.2.2,<2.0.0",
"langchain-core>=1.2.6,<2.0.0",
"openai>=1.109.1,<3.0.0",
"tiktoken>=0.7.0,<1.0.0",
]