Skip to content

Commit 81f2d99

Browse files
authored
Update pyproject.toml
1 parent e812944 commit 81f2d99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
dependencies = [
3030
"backoff~=2.2",
3131
"joblib~=1.3",
32-
"openai>=0.28.1,<2.0.0",
32+
"openai",
3333
"pandas",
3434
"regex",
3535
"ujson",
@@ -41,7 +41,7 @@ dependencies = [
4141
"structlog",
4242
"jinja2",
4343
"magicattr~=0.1.6",
44-
# "litellm",
44+
"litellm",
4545
"diskcache"
4646
]
4747

@@ -133,7 +133,7 @@ llama-index = {version = "^0.10.30", optional = true}
133133
snowflake-snowpark-python = { version = "*",optional=true, python = ">=3.9,<3.12" }
134134
jinja2 = "^3.1.3"
135135
magicattr = "^0.1.6"
136-
# litellm = "^1.4.27"
136+
litellm = "^1.4.27"
137137
diskcache = "^5.6.0"
138138

139139

0 commit comments

Comments
 (0)