File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ class DspyInstrumentation(BaseInstrumentor):
2727 The DspyInstrumentor class represents the DSPy instrumentation"""
2828
2929 def instrumentation_dependencies (self ) -> Collection [str ]:
30- return ["dspy-ai >= 2.0.0" ]
30+ return ["dspy >= 2.0.0" ]
3131
3232 def _instrument (self , ** kwargs ):
3333 tracer_provider = kwargs .get ("tracer_provider" )
3434 tracer = get_tracer (__name__ , "" , tracer_provider )
35- version = v ("dspy-ai " )
35+ version = v ("dspy" )
3636 _W (
3737 "dspy.teleprompt.bootstrap" ,
3838 "BootstrapFewShot.compile" ,
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ def init(
275275 "weaviate-client" : WeaviateInstrumentation (),
276276 "sqlalchemy" : SQLAlchemyInstrumentor (),
277277 "ollama" : OllamaInstrumentor (),
278- "dspy-ai " : DspyInstrumentation (),
278+ "dspy" : DspyInstrumentation (),
279279 "crewai" : CrewAIInstrumentation (),
280280 "vertexai" : VertexAIInstrumentation (),
281281 "google-cloud-aiplatform" : VertexAIInstrumentation (),
Original file line number Diff line number Diff line change 1- __version__ = "3.3.12 "
1+ __version__ = "3.3.13 "
You can’t perform that action at this time.
0 commit comments