Skip to content

Commit

Permalink
Fix version of werkzeug
Browse files Browse the repository at this point in the history
Fixes #1979
  • Loading branch information
ocelotl committed Oct 3, 2023
1 parent dc97ad2 commit c934550
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Fixed

- Fix version of `werkzeug`
([#1980](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1980))

## Version 1.20.0/0.41b0 (2023-09-01)

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencies = [
[project.optional-dependencies]
instruments = [
"flask >= 1.0, < 3.0",
"werkzeug < 3.0.0"
]
test = [
"opentelemetry-instrumentation-flask[instruments]",
Expand Down

0 comments on commit c934550

Please sign in to comment.