Skip to content

Commit

Permalink
Remove werkzeug from Flask instrumentation dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Feb 22, 2024
1 parent efb327d commit 28d9ae3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ dependencies = [

[project.optional-dependencies]
instruments = [
"werkzeug < 3.0.0",
"flask >= 1.0",
]
test = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@
"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",
Expand Down

0 comments on commit 28d9ae3

Please sign in to comment.