release(openai): 1.1.13 (#36729)

This commit is contained in:
ccurme
2026-04-14 16:55:47 -04:00
committed by GitHub
parent 885f2c2c2d
commit 00919ba4bb
2 changed files with 4 additions and 4 deletions

View File

@@ -20,10 +20,10 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
version = "1.1.12"
version = "1.1.13"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.2.21,<2.0.0",
"langchain-core>=1.2.29,<2.0.0",
"openai>=2.26.0,<3.0.0",
"tiktoken>=0.7.0,<1.0.0",
]