Skip to content

Commit fc15ec9

Browse files
authored
Fix openai version requirement. (#79)
1 parent 595f1fd commit fc15ec9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
"loguru>=0.7.3,<0.8.0",
4343
"json_repair>=0.54.0,<1.0.0",
4444
"pydantic>=2.11.5,<3.0.0",
45-
"openai>=1.85.0,<2.0.0",
45+
"openai>=1.92.0,<2.0.0",
4646
"tenacity>=9.1.0,<10.0.0",
4747
"math-verify>=0.7.0,<0.8.0",
4848
"tqdm>=4.66.0,<5.0.0",
@@ -96,4 +96,4 @@ requires = ["setuptools>=45", "wheel"]
9696
build-backend = "setuptools.build_meta"
9797

9898
[tool.setuptools.dynamic]
99-
version = {attr = "openjudge.__version__"}
99+
version = {attr = "openjudge.__version__"}

0 commit comments

Comments
 (0)