Skip to content

Commit cfff0ac

Browse files
fix: bump version of litellm because windows crashes
Signed-off-by: thiswillbeyourgithub <[email protected]>
1 parent cc86c7b commit cfff0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def run(self):
142142
"langchain-community>=0.3.1",
143143
"langchain-openai>=0.2.1",
144144
"langfuse>=2.59.3", # for observability
145-
"litellm==v1.67.6",
145+
"litellm==v1.69.3",
146146
"nest_asyncio>=1.6.0", # needed to fix ollama 'event loop closed' error thanks to https://github.com/BerriAI/litellm/pull/7625/files
147147
"prompt-toolkit>=3.0.47",
148148
"tqdm>=4.66.4",

0 commit comments

Comments
 (0)