fix(openai): use SSRF-safe transport for image token counting (#36819)

This commit is contained in:
ccurme
2026-04-16 09:52:02 -04:00
committed by GitHub
parent 338aa8131a
commit 0516156ef9
2 changed files with 18 additions and 27 deletions

View File

@@ -23,7 +23,7 @@ classifiers = [
version = "1.1.13"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.2.29,<2.0.0",
"langchain-core>=1.2.31,<2.0.0",
"openai>=2.26.0,<3.0.0",
"tiktoken>=0.7.0,<1.0.0",
]