Skip to content

Commit c934550

Browse files
committed
Fix version of werkzeug
Fixes #1979
1 parent dc97ad2 commit c934550

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
### Fixed
11+
12+
- Fix version of `werkzeug`
13+
([#1980](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1980))
14+
1015
## Version 1.20.0/0.41b0 (2023-09-01)
1116

1217
### Fixed

instrumentation/opentelemetry-instrumentation-flask/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ dependencies = [
3636
[project.optional-dependencies]
3737
instruments = [
3838
"flask >= 1.0, < 3.0",
39+
"werkzeug < 3.0.0"
3940
]
4041
test = [
4142
"opentelemetry-instrumentation-flask[instruments]",

0 commit comments

Comments
 (0)