Skip to content

Commit d3a5a94

Browse files
fix litellm
1 parent fd86ddc commit d3a5a94

File tree

2 files changed

+366
-43
lines changed

2 files changed

+366
-43
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ dev = [
5959
"pillow>=10.1.0",
6060
"datamodel_code_generator>=0.26.3",
6161
"build>=1.0.3",
62+
"litellm>=1.60.3; sys_platform == 'win32'",
63+
"litellm[proxy]>=1.60.3; sys_platform != 'win32'",
6264
]
6365

6466
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)