File tree Expand file tree Collapse file tree 2 files changed +89
-41
lines changed
Expand file tree Collapse file tree 2 files changed +89
-41
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies = [
3131 " omegaconf>=2.3.0" ,
3232 " httpx>=0.24.0" ,
3333 " anthropic>=0.59.0" ,
34- " litellm<1.75 .0" ,
34+ " litellm>=1.81.0, <1.82 .0" ,
3535 " pytest>=6.0.0" ,
3636 " pytest-asyncio>=0.21.0" ,
3737 " peewee>=3.18.2" ,
@@ -146,16 +146,17 @@ langgraph = [
146146langgraph_tools = [
147147 " langgraph>=0.6.7" ,
148148 " langchain>=0.3.0" ,
149- " langchain-fireworks>=0.3.0 " ,
149+ # langchain-fireworks removed: incompatible with fireworks-ai>=1.0.0
150150]
151151
152152proxy = [
153153 " redis>=5.0.0" ,
154- " langfuse>=2.0.0" ,
154+ " langfuse>=2.0.0,<3.0.0 " ,
155155 " uuid6>=2025.0.0" ,
156- " opentelemetry-api>=1.20.0" ,
157- " opentelemetry-sdk>=1.20.0" ,
158- " opentelemetry-exporter-otlp>=1.20.0" ,
156+ " litellm>=1.81.0,<1.82.0" ,
157+ " opentelemetry-api>=1.29.0" ,
158+ " opentelemetry-sdk>=1.29.0" ,
159+ " opentelemetry-exporter-otlp>=1.29.0" ,
159160]
160161
161162[project .scripts ]
You can’t perform that action at this time.
0 commit comments