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 6e41eea commit ecd87c1Copy full SHA for ecd87c1
opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py
@@ -84,10 +84,6 @@
84
"library": "fastapi ~= 0.58",
85
"instrumentation": "opentelemetry-instrumentation-fastapi==0.44b0.dev",
86
},
87
- {
88
- "library": "werkzeug < 3.0.0",
89
- "instrumentation": "opentelemetry-instrumentation-flask==0.44b0.dev",
90
- },
91
{
92
"library": "flask >= 1.0",
93
"instrumentation": "opentelemetry-instrumentation-flask==0.44b0.dev",
0 commit comments