We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b39578 commit 9fc49cdCopy full SHA for 9fc49cd
pyproject.toml
@@ -48,7 +48,7 @@ extra-dependencies = [
48
"pytest-asyncio",
49
"python-dotenv",
50
"tiktoken",
51
- "openai<=1.99.1",
+ "openai",
52
]
53
[tool.hatch.envs.types.scripts]
54
check = "mypy --strict --install-types --non-interactive {args:src/cleanlab_tlm tests}"
@@ -60,7 +60,7 @@ extra-dependencies = [
60
61
62
63
64
65
66
[tool.hatch.envs.hatch-test.env-vars]
0 commit comments