Skip to content

Commit 1302e2a

Browse files
committed
chore(multiple samples): update google-cloud-aiplatform dependency to 1.157.0
- Update google-cloud-aiplatform to 1.157.0 across all samples - Pin google-cloud-aiplatform dependency to python 3.10 and newer
1 parent b419024 commit 1302e2a

20 files changed

Lines changed: 20 additions & 20 deletions

File tree

gemma2/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-aiplatform[all]==1.64.0
1+
google-cloud-aiplatform[full]==1.157.0; python_version >= "3.10"
22
protobuf==5.29.5

generative_ai/embeddings/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pandas==2.2.3; python_version == '3.7'
22
pandas==2.2.3; python_version == '3.8'
33
pandas==2.2.3; python_version > '3.8'
44
pillow==12.2.0; python_version >= '3.10'
5-
google-cloud-aiplatform[all]==1.84.0
5+
google-cloud-aiplatform[full]==1.157.0; python_version >= "3.10"
66
sentencepiece==0.2.0
77
google-auth==2.29.0
88
anthropic[vertex]==0.28.0

generative_ai/evaluation/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pandas==2.2.3; python_version == '3.7'
22
pandas==2.2.3; python_version == '3.8'
33
pandas==2.2.3; python_version > '3.8'
44
pillow==12.2.0; python_version >= '3.10'
5-
google-cloud-aiplatform[all]==1.69.0
5+
google-cloud-aiplatform[full]==1.157.0; python_version >= "3.10"
66
sentencepiece==0.2.0
77
google-auth==2.38.0
88
anthropic[vertex]==0.28.0

generative_ai/extensions/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pandas==2.2.3; python_version == '3.7'
22
pandas==2.2.3; python_version == '3.8'
33
pandas==2.2.3; python_version > '3.8'
44
pillow==12.2.0; python_version >= '3.10'
5-
google-cloud-aiplatform[all]==1.69.0
5+
google-cloud-aiplatform[full]==1.157.0; python_version >= "3.10"
66
sentencepiece==0.2.0
77
google-auth==2.38.0
88
anthropic[vertex]==0.28.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-auth==2.38.0
22
openai==1.68.2
3-
google-cloud-aiplatform==1.86.0
3+
google-cloud-aiplatform[full]==1.157.0; python_version >= "3.10"

generative_ai/image_generation/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pandas==2.2.3; python_version == '3.7'
22
pandas==2.2.3; python_version == '3.8'
33
pandas==2.2.3; python_version > '3.8'
44
pillow==12.2.0; python_version >= '3.10'
5-
google-cloud-aiplatform[all]==1.69.0
5+
google-cloud-aiplatform[full]==1.157.0; python_version >= "3.10"
66
sentencepiece==0.2.0
77
google-auth==2.38.0
88
anthropic[vertex]==0.28.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-aiplatform==1.133.0
1+
google-cloud-aiplatform[full]==1.157.0; python_version >= "3.10"

generative_ai/model_garden/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pandas==2.2.3; python_version == '3.7'
22
pandas==2.2.3; python_version == '3.8'
33
pandas==2.2.3; python_version > '3.8'
44
pillow==12.2.0; python_version >= '3.10'
5-
google-cloud-aiplatform[all]==1.69.0
5+
google-cloud-aiplatform[full]==1.157.0; python_version >= "3.10"
66
sentencepiece==0.2.0
77
google-auth==2.38.0
88
anthropic[vertex]==0.28.0

generative_ai/model_tuning/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pandas==2.2.3; python_version == '3.7'
22
pandas==2.2.3; python_version == '3.8'
33
pandas==2.2.3; python_version > '3.8'
44
pillow==12.2.0; python_version >= '3.10'
5-
google-cloud-aiplatform[all]==1.69.0
5+
google-cloud-aiplatform[full]==1.157.0; python_version >= "3.10"
66
sentencepiece==0.2.0
77
google-auth==2.38.0
88
anthropic[vertex]==0.28.0

generative_ai/prompts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pandas==2.2.3; python_version == '3.7'
22
pandas==2.2.3; python_version == '3.8'
33
pandas==2.2.3; python_version > '3.8'
44
pillow==12.2.0; python_version >= '3.10'
5-
google-cloud-aiplatform[all]==1.74.0
5+
google-cloud-aiplatform[full]==1.157.0; python_version >= "3.10"
66
sentencepiece==0.2.0
77
google-auth==2.38.0
88
anthropic[vertex]==0.28.0

0 commit comments

Comments
 (0)