Skip to content

Commit 9fc49cd

Browse files
committed
undo openai pin
1 parent 8b39578 commit 9fc49cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ extra-dependencies = [
4848
"pytest-asyncio",
4949
"python-dotenv",
5050
"tiktoken",
51-
"openai<=1.99.1",
51+
"openai",
5252
]
5353
[tool.hatch.envs.types.scripts]
5454
check = "mypy --strict --install-types --non-interactive {args:src/cleanlab_tlm tests}"
@@ -60,7 +60,7 @@ extra-dependencies = [
6060
"python-dotenv",
6161
"pytest-asyncio",
6262
"tiktoken",
63-
"openai<=1.99.1",
63+
"openai",
6464
]
6565

6666
[tool.hatch.envs.hatch-test.env-vars]

0 commit comments

Comments
 (0)