Skip to content

Commit

Permalink
specify wekzeug version...
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieDanielson committed Jan 17, 2024
1 parent 4a050ed commit 1dc75b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/hello-world-flask/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
flask = "^2.2.2"
flask = "2.2.2"
Werkzeug = "2.2.2"
honeycomb-opentelemetry = {path = "../../", develop = true}
opentelemetry-api = "1.22.0"
opentelemetry-instrumentation-flask = "0.43b0"
Expand Down

0 comments on commit 1dc75b5

Please sign in to comment.