Skip to content

Commit 820bc4d

Browse files
pin openai version in turn completer
1 parent 26715cb commit 820bc4d

3 files changed

Lines changed: 2950 additions & 2128 deletions

File tree

project/common/preparedness_turn_completer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "preparedness_turn_completer"
33
version = "0.1.0"
44
requires-python = ">=3.11"
55
dependencies = [
6-
"openai",
6+
"openai==1.99.9",
77
"tenacity",
88
"chz",
99
"structlog",

0 commit comments

Comments
 (0)