Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove werkzeug from Flask instrumentation dependencies
Browse files Browse the repository at this point in the history
Fixes #2256
ocelotl committed Feb 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent efb327d commit 28d9ae3
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -34,7 +34,6 @@ dependencies = [

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

0 comments on commit 28d9ae3

Please sign in to comment.