Skip to content

Commit be45ca8

Browse files
authored
removed 'speech_transcribe_infinite_streaming_init' region tag (#2456)
* Adds updates for samples profiler ... vision (#2439) * cloud-sql: add Cloud Run support to sqlalchemy sample (#2449) * Adds split updates for Firebase ... opencensus (#2438) * App engine upversion (#2437) * App engine upversion * Python 2 compatible pytest * Dataflow client library (#2450) * Updated requirements * Update service naming convention * Prefer client libraries over shell commands * Update README format
1 parent 872c62c commit be45ca8

File tree

169 files changed

+527
-446
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+527
-446
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Flask==1.0.2
1+
Flask==1.1.1
22
gunicorn==19.9.0
3-
requests[security]==2.21.0
3+
requests[security]==2.22.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask==1.0.2
2-
Flask-SQLAlchemy==2.3.2
1+
Flask==1.1.1
2+
Flask-SQLAlchemy==2.4.1
33
gunicorn==19.9.0
44
PyMySQL==0.9.3
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask==1.0.2
2-
Flask-SQLAlchemy==2.3.2
1+
Flask==1.1.1
2+
Flask-SQLAlchemy==2.4.1
33
gunicorn==19.9.0
4-
psycopg2==2.7.7
4+
psycopg2==2.8.3
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Flask==1.0.2
2-
google-cloud-datastore==1.7.3
1+
Flask==1.1.1
2+
google-cloud-datastore==1.9.0
33
gunicorn==19.9.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Flask==1.0.2
1+
Flask==1.1.1
22
gunicorn==19.9.0
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Django==2.1.10
1+
Django==2.2.5
22
# mysqlclient==1.4.1 # Uncomment this line if using MySQL
3-
wheel==0.32.3
3+
wheel==0.33.6
44
gunicorn==19.9.0
5-
psycopg2==2.7.7 # Comment this line out if using MySQL
5+
psycopg2==2.8.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Flask==1.0.2
1+
Flask==1.1.1
22
gunicorn==19.9.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Flask==1.0.2
1+
Flask==1.1.1
22
gunicorn==19.9.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django==2.1.10
1+
Django==2.2.5
22
gunicorn==19.9.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Flask==1.0.2
1+
Flask==1.1.1
22
gunicorn==19.9.0
3-
requests[security]==2.21.0
3+
requests[security]==2.22.0

0 commit comments

Comments
 (0)