File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,7 @@ readme-renderer~=24.0
1313grpcio-tools ~= 1.41.0
1414mypy-protobuf ~= 3.0.0
1515protobuf ~= 3.18.1
16+ # temporary fix. we should update the jinja, flask deps
17+ # See https://github.com/pallets/markupsafe/issues/282
18+ # breaking change introduced in markupsafe causes jinja, flask to break
19+ markupsafe == 2.0.1
Original file line number Diff line number Diff line change @@ -19,3 +19,7 @@ flask~=1.0
1919opentracing~=2.2.0
2020thrift>=0.10.0
2121wrapt>=1.0.0,<2.0.0
22+ # temporary fix. we should update the jinja, flask deps
23+ # See https://github.com/pallets/markupsafe/issues/282
24+ # breaking change introduced in markupsafe causes jinja, flask to break
25+ markupsafe==2.0.1
Original file line number Diff line number Diff line change @@ -230,6 +230,10 @@ deps =
230230 # needed for example trace integration
231231 flask~=1.1
232232 requests~=2.7
233+ # temporary fix. we should update the jinja, flask deps
234+ # See https://github.com/pallets/markupsafe/issues/282
235+ # breaking change introduced in markupsafe causes jinja, flask to break
236+ markupsafe ==2.0.1
233237
234238commands_pre =
235239 pip install -e {toxinidir}/opentelemetry-api \
You can’t perform that action at this time.
0 commit comments