release(openai): 1.1.6: update max input tokens for gpt-5 series (#34419)

This commit is contained in:
ccurme
2025-12-18 12:49:59 -05:00
committed by GitHub
parent 5c94e47d14
commit e9f7cd3e0e
10 changed files with 135 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ license = { text = "MIT" }
readme = "README.md"
authors = []
version = "1.1.5"
version = "1.1.6"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.2.2,<2.0.0",