瀏覽代碼

Update openai dependency version to allow upgrades to version 3

myhloli 1 月之前
父節點
當前提交
d580d6c7f8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -36,7 +36,7 @@ dependencies = [
     "opencv-python>=4.11.0.86",
     "fast-langdetect>=0.2.3,<0.3.0",
     "scikit-image>=0.25.0,<1.0.0",
-    "openai>=1.70.0,<2",
+    "openai>=1.70.0,<3",
     "beautifulsoup4>=4.13.5,<5",
     "magika>=0.6.2,<0.7.0",
     "mineru-vl-utils>=0.1.11,<1",