fix(semconv-ai): bump version to 0.4.16 for GenAICustomOperationName#3826
Conversation
…stomOperationName
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughBumps opentelemetry-semantic-conventions-ai package version from 0.4.15 to 0.4.16 and updates the corresponding dependency constraint in opentelemetry-instrumentation-langchain to require the new version. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related issues
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip You can customize the tone of the review comments and chat replies.Configure the |
Fixes #3814
Problem
LangChain instrumentation fails to initialize with traceloop-sdk 0.53.0
because
GenAICustomOperationNamewas added to the local source ofopentelemetry-semantic-conventions-aibut the package version was notbumped, so PyPI still serves 0.4.15 which is missing the symbol.
Fix
Bumped
opentelemetry-semantic-conventions-aiversion from0.4.15→0.4.16Updated
opentelemetry-instrumentation-langchainminimum dependencyfrom
>=0.4.13→>=0.4.16to ensure the new symbol is always availableI have added tests that cover my changes.
(version bump only — existing tests already cover GenAICustomOperationName)
If adding a new instrumentation or changing an existing one, I've added screenshots.
(not applicable — this is a dependency version fix)
PR name follows conventional commits format.
(If applicable) I have updated the documentation accordingly.
(not applicable — no docs changes needed)
Summary by CodeRabbit