mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-02 19:47:17 +08:00
Remove werkzeug from Flask instrumentation dependencies (#2257)
Fixes #2256
This commit is contained in:
@ -34,7 +34,6 @@ dependencies = [
|
||||
|
||||
[project.optional-dependencies]
|
||||
instruments = [
|
||||
"werkzeug < 3.0.0",
|
||||
"flask >= 1.0",
|
||||
]
|
||||
test = [
|
||||
|
@ -84,10 +84,6 @@ libraries = [
|
||||
"library": "fastapi ~= 0.58",
|
||||
"instrumentation": "opentelemetry-instrumentation-fastapi==0.44b0.dev",
|
||||
},
|
||||
{
|
||||
"library": "werkzeug < 3.0.0",
|
||||
"instrumentation": "opentelemetry-instrumentation-flask==0.44b0.dev",
|
||||
},
|
||||
{
|
||||
"library": "flask >= 1.0",
|
||||
"instrumentation": "opentelemetry-instrumentation-flask==0.44b0.dev",
|
||||
|
Reference in New Issue
Block a user