Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit bd57da7

Browse files
committed
chore(fix): update rating svc dependencies
upgrade uwsgi to 2.0.20 upgrade python runtime to 3.9
1 parent 805b682 commit bd57da7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ratingservice/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
uwsgi==2.0.19.1
1+
uwsgi==2.0.20
22
flask==2.1.2
33
psycopg2-binary==2.9.3
44
google-python-cloud-debugger==2.18

terraform/ratingservice/04_appengine.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ resource "google_app_engine_standard_app_version" "default" {
3737
project = var.gcp_project_id
3838
service = "default"
3939
version_id = "v1"
40-
runtime = "python38"
40+
runtime = "python39"
4141

4242
entrypoint {
4343
shell = "uwsgi --http-socket :8080 --wsgi-file main.py --callable app --master --processes 1 --threads 1"

0 commit comments

Comments
 (0)