Skip to content

Commit 664e9d6

Browse files
authored
🐛 fix: fix openai package dependency (#207)
1 parent 8ed322f commit 664e9d6

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
@@ -10,7 +10,7 @@ dependencies = [
1010
"matplotlib>=3.7.0",
1111
"numpy>=1.23.0",
1212
"openai-agents>=0.2.3,<0.3",
13-
"openai==1.96.1",
13+
"openai>=1.96.1",
1414
"python-dotenv>=1.1.1,<2",
1515
"ruff>=0.12.4,<0.13",
1616
"psycopg2-binary>=2.9.10,<3",

0 commit comments

Comments
 (0)