We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc86c7b commit cfff0acCopy full SHA for cfff0ac
setup.py
@@ -142,7 +142,7 @@ def run(self):
142
"langchain-community>=0.3.1",
143
"langchain-openai>=0.2.1",
144
"langfuse>=2.59.3", # for observability
145
- "litellm==v1.67.6",
+ "litellm==v1.69.3",
146
"nest_asyncio>=1.6.0", # needed to fix ollama 'event loop closed' error thanks to https://github.com/BerriAI/litellm/pull/7625/files
147
"prompt-toolkit>=3.0.47",
148
"tqdm>=4.66.4",
0 commit comments