fix: bump openai lower bound to >=2.0.0

This commit is contained in:
Greyson LaLonde
2026-04-14 02:19:47 +08:00
committed by GitHub
parent 655e75038b
commit 58208fdbae

View File

@@ -10,7 +10,7 @@ requires-python = ">=3.10, <3.14"
dependencies = [
# Core Dependencies
"pydantic~=2.11.9",
"openai>=1.83.0,<3",
"openai>=2.0.0,<3",
"instructor>=1.3.3",
# Text Processing
"pdfplumber~=0.11.4",