From ba594bce226f364cbb74ef8aa87bec91cca24e67 Mon Sep 17 00:00:00 2001 From: Indrajeet Gour Date: Thu, 18 Jan 2024 16:14:13 +0530 Subject: [PATCH] Werkzeug packages was missing. Our Cloud Run was deployment was failing due to this. After adding the Werkzeug package we are able to deploy code into the cloud run now. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 87528fc..dcba564 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ pg8000==1.30.1 cloud-sql-python-connector==0.4.1 google-cloud-logging==3.5.0 aiohttp==3.8.6 +Werkzeug==2.3.0