Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine/standard_python3/bigquery/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

runtime: python39
runtime: python313
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

runtime: python39
runtime: python313

handlers:
# This configures Google App Engine to serve the files in the app's static
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

runtime: python39
runtime: python313

handlers:
# This configures Google App Engine to serve the files in the app's static
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

runtime: python39
runtime: python313

handlers:
# This configures Google App Engine to serve the files in the app's static
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

runtime: python39
runtime: python313
app_engine_apis: true

handlers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

runtime: python39
runtime: python313
app_engine_apis: true

handlers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

runtime: python39
runtime: python313
app_engine_apis: true

handlers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

runtime: python39
runtime: python313
app_engine_apis: true
env_variables:
NDB_USE_CROSS_COMPATIBLE_PICKLE_PROTOCOL: "True"
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

runtime: python39
runtime: python313
app_engine_apis: true
env_variables:
NDB_USE_CROSS_COMPATIBLE_PICKLE_PROTOCOL: "True"
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

runtime: python39
runtime: python313
app_engine_apis: true
env_variables:
NDB_USE_CROSS_COMPATIBLE_PICKLE_PROTOCOL: "True"
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

runtime: python39
runtime: python313
app_engine_apis: true

inbound_services:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

runtime: python39
runtime: python312
app_engine_apis: true

inbound_services:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

runtime: python39
runtime: python312
app_engine_apis: true

inbound_services:
Expand Down
2 changes: 1 addition & 1 deletion appengine/standard_python3/cloudsql/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# [START gae_python38_cloudsql_config]
# [START gae_python3_cloudsql_config]
runtime: python39
runtime: python313

env_variables:
CLOUD_SQL_USERNAME: YOUR-USERNAME
Expand Down
4 changes: 2 additions & 2 deletions appengine/standard_python3/cloudsql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
flask==3.0.0
# psycopg2==2.8.4
# you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
psycopg2-binary==2.9.9
psycopg2-binary==2.9.11
PyMySQL==1.1.1
SQLAlchemy==2.0.10
SQLAlchemy==2.0.44
2 changes: 1 addition & 1 deletion appengine/standard_python3/custom-server/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# [START gae_python38_custom_runtime]
# [START gae_python3_custom_runtime]
runtime: python39
runtime: python313
entrypoint: uwsgi --http-socket :$PORT --wsgi-file main.py --callable app --master --processes 1 --threads 2
# [END gae_python3_custom_runtime]
# [END gae_python38_custom_runtime]
2 changes: 1 addition & 1 deletion appengine/standard_python3/django/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

# [START gaestd_py_django_app_yaml]
runtime: python39
runtime: python313

env_variables:
# This setting is used in settings.py to configure your ALLOWED_HOSTS
Expand Down
2 changes: 1 addition & 1 deletion appengine/standard_python3/migration/urlfetch/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

runtime: python39
runtime: python313
2 changes: 1 addition & 1 deletion appengine/standard_python3/pubsub/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

runtime: python39
runtime: python313

# [START gae_standard_pubsub_env]
env_variables:
Expand Down
2 changes: 1 addition & 1 deletion appengine/standard_python3/redis/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

runtime: python39
runtime: python313

env_variables:
REDIS_HOST: your-redis-host
Expand Down
2 changes: 1 addition & 1 deletion appengine/standard_python3/spanner/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

runtime: python39
runtime: python313

env_variables:
SPANNER_INSTANCE: "YOUR-SPANNER-INSTANCE-ID"
Expand Down
2 changes: 1 addition & 1 deletion appengine/standard_python3/warmup/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

runtime: python39
runtime: python313

inbound_services:
- warmup