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 aef0792 commit 4c81201Copy full SHA for 4c81201
opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py
@@ -16,10 +16,6 @@
16
# RUN `python scripts/generate_instrumentation_bootstrap.py` TO REGENERATE.
17
18
libraries = [
19
- {
20
- "library": "langchain >= 0.3.21",
21
- "instrumentation": "opentelemetry-instrumentation-langchain-v2==2.0b0.dev",
22
- },
23
{
24
"library": "openai >= 1.26.0",
25
"instrumentation": "opentelemetry-instrumentation-openai-v2",
0 commit comments