We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb327d commit 565d2e3Copy full SHA for 565d2e3
instrumentation/opentelemetry-instrumentation-flask/pyproject.toml
@@ -34,7 +34,6 @@ dependencies = [
34
35
[project.optional-dependencies]
36
instruments = [
37
- "werkzeug < 3.0.0",
38
"flask >= 1.0",
39
]
40
test = [
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