We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d951083 commit a1f020bCopy full SHA for a1f020b
1 file changed
pyproject.toml
@@ -22,7 +22,7 @@ dependencies = [
22
"dataclasses-json>=0.5.7",
23
"uvicorn>=0.15.0",
24
"python-dotenv>=0.19.0",
25
- "openai==1.78.1",
+ "openai>=1.78.1",
26
"aiosqlite",
27
"aiohttp",
28
"mcp>=1.9.2",
@@ -72,7 +72,7 @@ dev = [
72
"types-PyYAML",
73
"types-docker",
74
"versioneer>=0.20",
75
76
"pre-commit",
77
"e2b",
78
"pytest-cov",
0 commit comments