Skip to content

Commit

Permalink
chore(deps): pin Flask to v1 for open telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
dandhlee authored Nov 15, 2021
1 parent 35e8aa5 commit c0e966b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace/cloud-trace-demo-app/app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ google-cloud-monitoring==2.7.0
google-cloud-trace==0.24.0
opencensus==0.8.0
# Don't upgrade to 2.0.0 yet until opencensus-ext-flask is okay with it
Flask==2.0.2
Flask==1.1.4
opencensus-ext-stackdriver==0.8.0
opencensus-ext-flask==0.7.6 # requires flask!=1.1.3, <2.0.0 and >=0.12.3
opencensus-context==0.1.2
Expand Down

0 comments on commit c0e966b

Please sign in to comment.