Fixed
- Provider SDK version coupling — moved provider SDK packages (
openai,@anthropic-ai/sdk, etc.) fromoptionalDependenciestodevDependenciesso they are no longer installed alongside@latitude-data/telemetry. Users can now use any compatible version of their provider SDK without conflicts. - Bumped all Traceloop instrumentations to
^0.25.0— notably extends OpenAI support from>=4 <6to>=4 <7, fixing auto-instrumentation for users onopenai@6.x.