File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
appengine/standard/migration/taskqueue Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
Flask == 1.1.4 ; python_version < '3.0'
2
2
Flask == 2.1.0 ; python_version > '3.0'
3
3
google-cloud-datastore == 2.4.0 ; python_version >= "3.0"
4
- google-cloud-datastore == 1.15.3 ; python_version < "3.0"
4
+ google-cloud-datastore == 1.15.4 ; python_version < "3.0"
5
5
google-cloud-tasks == 2.7.1 ; python_version >= "3.0"
6
6
google-cloud-tasks == 1.5.1 ; python_version < "3.0"
Original file line number Diff line number Diff line change 1
1
Flask == 1.1.4 ; python_version < '3.0'
2
2
Flask == 2.1.0 ; python_version > '3.0'
3
3
google-cloud-datastore == 2.4.0 ; python_version >= "3.0"
4
- google-cloud-datastore == 1.15.3 ; python_version < "3.0"
4
+ google-cloud-datastore == 1.15.4 ; python_version < "3.0"
5
5
google-cloud-pubsub == 2.9.0 ; python_version >= "3.0"
6
6
# 1.7.0 is the latest compatible version for Python 2.
7
7
google-cloud-pubsub == 1.7.1 ; python_version < "3.0"
You can’t perform that action at this time.
0 commit comments