From 6a9d68c34ad9e7449b270bfeb382541356e76ade Mon Sep 17 00:00:00 2001 From: Alex Co Date: Thu, 24 Oct 2024 12:35:45 +0800 Subject: [PATCH] Bumping deps Signed-off-by: Alex Co --- backend/.gitignore | 1 + backend/requirements/default.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/.gitignore b/backend/.gitignore index b1c4f4db71d..8e8ffaae9bc 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -9,3 +9,4 @@ api_keys.py vespa-app.zip dynamic_config_storage/ celerybeat-schedule* +env.sh \ No newline at end of file diff --git a/backend/requirements/default.txt b/backend/requirements/default.txt index 7efdc85ecee..853a483478f 100644 --- a/backend/requirements/default.txt +++ b/backend/requirements/default.txt @@ -76,4 +76,4 @@ boto3-stubs[s3]==1.34.133 ultimate_sitemap_parser==0.5 pyairtable==3.0.0a3 anthropic[vertex]==0.36.1 -google-cloud-aiplatform==0.4.0 \ No newline at end of file +google-cloud-aiplatform==1.70.0 \ No newline at end of file