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 dc97ad2 commit c934550Copy full SHA for c934550
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+### Fixed
11
+
12
+- Fix version of `werkzeug`
13
+ ([#1980](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1980))
14
15
## Version 1.20.0/0.41b0 (2023-09-01)
16
17
### Fixed
instrumentation/opentelemetry-instrumentation-flask/pyproject.toml
@@ -36,6 +36,7 @@ dependencies = [
36
[project.optional-dependencies]
37
instruments = [
38
"flask >= 1.0, < 3.0",
39
+ "werkzeug < 3.0.0"
40
]
41
test = [
42
"opentelemetry-instrumentation-flask[instruments]",
0 commit comments