Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aa47539

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

File tree

Expand file treeCollapse file tree

3 files changed

+5
-2
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+5
-2
lines changed

‎appengine/flexible/websockets/requirements.txt

Copy file name to clipboardExpand all lines: appengine/flexible/websockets/requirements.txt
+1Lines changed: 1 addition & 0 deletions
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

Copy file name to clipboardExpand all lines: trace/cloud-trace-demo-app-opentelemetry/app/requirements.txt
+2-1Lines changed: 2 additions & 1 deletion
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

Copy file name to clipboardExpand all lines: trace/cloud-trace-demo-app/app/requirements.txt
+2-1Lines changed: 2 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.