Skip to content

Commit 991a176

Browse files
authored
fix: Bump minimum openai version to 2.14.0 (#504)
1 parent b4b9965 commit 991a176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "The OpenPipe Agent Reinforcement Training (ART) library"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
8-
"openai>=1.65.5",
8+
"openai>=2.14.0",
99
"typer>=0.15.2",
1010
"litellm==1.74.1",
1111
"weave>=0.51.51",

0 commit comments

Comments
 (0)