Skip to content

Commit aa47539

Browse files
authored
fix(deps): resolving missing modules & versions (#7583)
* fix: resolving missing modules & versions * refactor: removing markupsafe for composer
1 parent 934f230 commit aa47539

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

appengine/flexible/websockets/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ Flask==1.1.4 # it seems like Flask-sockets doesn't play well with 2.0+
22
Flask-Sockets==0.2.1
33
gunicorn==20.1.0
44
requests==2.27.1
5+
markupsafe==2.0.1

trace/cloud-trace-demo-app-opentelemetry/app/requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Don't upgrade to 2.0.0 until opentelemtry-instrumentation-flask is okay with it
22
Flask==1.1.4
3-
markupsafe==2.0.1
3+
itsdangerous==1.1.0
4+
markupsafe==1.1.1
45
opentelemetry-exporter-gcp-trace==1.1.0
56
opentelemetry-propagator-gcp==1.1.0
67
opentelemetry-instrumentation-flask==0.20b0

trace/cloud-trace-demo-app/app/requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ google-cloud-trace==0.24.0
33
opencensus==0.8.0
44
# Don't upgrade to 2.0.0 yet until opencensus-ext-flask is okay with it
55
Flask==1.1.4
6-
markupsafe==2.0.1
6+
itsdangerous==1.1.0
7+
markupsafe==1.1.1
78
opencensus-ext-stackdriver==0.8.0
89
opencensus-ext-flask==0.7.6 # requires flask!=1.1.3, <2.0.0 and >=0.12.3
910
opencensus-context==0.1.2

0 commit comments

Comments
 (0)