Compare commits

...
Author SHA1 Message Date
khluu b7a9ca4ebf 2.24.0
Signed-off-by: khluu <khluu000@gmail.com>
2026-03-06 10:55:24 -08:00
khluu e9b140aea6 upgrade openai
Signed-off-by: khluu <khluu000@gmail.com>
2026-03-06 02:20:55 -08:00
2 changed files with 12506 additions and 1 deletions
+12505
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -12,7 +12,7 @@ tokenizers >= 0.21.1 # Required for fast incremental detokenization.
protobuf >= 5.29.6, !=6.30.*, !=6.31.*, !=6.32.*, !=6.33.0.*, !=6.33.1.*, !=6.33.2.*, !=6.33.3.*, !=6.33.4.* # Required by LlamaTokenizer, gRPC. CVE-2026-0994
fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
aiohttp >= 3.13.3
openai >= 1.99.1 # For Responses API with reasoning content
openai == 2.24.0 # For Responses API with reasoning content
pydantic >= 2.12.0
prometheus_client >= 0.18.0
pillow # Required for image processing