Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 6ceaf16

Browse files
authored
limit openai version
1 parent 5f2b45b commit 6ceaf16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
dependencies = [
3030
"importlib-metadata>=4.0,<5; python_version<='3.8'",
3131
"requests",
32-
"openai",
32+
"openai<1",
3333
"jsonschema",
3434
"gitpython",
3535
]

0 commit comments

Comments
 (0)