Skip to content

Commit aa8403c

Browse files
authored
chore(appengine): Update flex hello-world app outdated dependencies (#13807)
1 parent 243e99a commit aa8403c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

appengine/flexible/hello_world/app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ entrypoint: gunicorn -b :$PORT main:app
1818

1919
runtime_config:
2020
operating_system: ubuntu24
21+
runtime_version: 3.12
2122

2223
# This sample incurs costs to run on the App Engine flexible environment.
2324
# The settings below are to reduce costs during testing and are not appropriate
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
Flask==3.0.3; python_version > '3.6'
2-
Flask==2.3.3; python_version < '3.7'
3-
Werkzeug==3.0.3; python_version > '3.6'
4-
Werkzeug==2.3.8; python_version < '3.7'
5-
gunicorn==23.0.0
1+
Flask==3.0.3
2+
gunicorn==22.0.0

0 commit comments

Comments
 (0)