Skip to content

Commit cd4682f

Browse files
authored
chore(genai): update sentencepiece dependency (#14376)
- Bump sentencepiece from 0.2.0 to 0.2.1 across generative_ai samples.
1 parent dcd8784 commit cd4682f

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

generative_ai/embeddings/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pandas==2.2.3; python_version == '3.8'
33
pandas==2.2.3; python_version > '3.8'
44
pillow==12.2.0
55
google-cloud-aiplatform[full]==1.157.0
6-
sentencepiece==0.2.0
6+
sentencepiece==0.2.1
77
google-auth==2.29.0
88
anthropic[vertex]==0.28.0
99
numpy<3

generative_ai/evaluation/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pandas==2.2.3; python_version == '3.8'
33
pandas==2.2.3; python_version > '3.8'
44
pillow==12.2.0
55
google-cloud-aiplatform[full]==1.157.0
6-
sentencepiece==0.2.0
6+
sentencepiece==0.2.1
77
google-auth==2.38.0
88
anthropic[vertex]==0.28.0
99
langchain-core==1.4.0

generative_ai/extensions/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pandas==2.2.3; python_version == '3.8'
33
pandas==2.2.3; python_version > '3.8'
44
pillow==12.2.0
55
google-cloud-aiplatform[full]==1.157.0
6-
sentencepiece==0.2.0
6+
sentencepiece==0.2.1
77
google-auth==2.38.0
88
anthropic[vertex]==0.28.0
99
langchain-core==1.4.0

generative_ai/image_generation/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pandas==2.2.3; python_version == '3.8'
33
pandas==2.2.3; python_version > '3.8'
44
pillow==12.2.0
55
google-cloud-aiplatform[full]==1.157.0
6-
sentencepiece==0.2.0
6+
sentencepiece==0.2.1
77
google-auth==2.38.0
88
anthropic[vertex]==0.28.0
99
langchain-core==1.4.0

generative_ai/model_garden/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pandas==2.2.3; python_version == '3.8'
33
pandas==2.2.3; python_version > '3.8'
44
pillow==12.2.0
55
google-cloud-aiplatform[full]==1.157.0
6-
sentencepiece==0.2.0
6+
sentencepiece==0.2.1
77
google-auth==2.38.0
88
anthropic[vertex]==0.28.0
99
langchain-core==1.4.0

generative_ai/model_tuning/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pandas==2.2.3; python_version == '3.8'
33
pandas==2.2.3; python_version > '3.8'
44
pillow==12.2.0
55
google-cloud-aiplatform[full]==1.157.0
6-
sentencepiece==0.2.0
6+
sentencepiece==0.2.1
77
google-auth==2.38.0
88
anthropic[vertex]==0.28.0
99
langchain-core==1.4.0

generative_ai/prompts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pandas==2.2.3; python_version == '3.8'
33
pandas==2.2.3; python_version > '3.8'
44
pillow==12.2.0
55
google-cloud-aiplatform[full]==1.157.0
6-
sentencepiece==0.2.0
6+
sentencepiece==0.2.1
77
google-auth==2.38.0
88
anthropic[vertex]==0.28.0
99
langchain-core==1.4.0

generative_ai/reasoning_engine/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pandas==2.2.3; python_version == '3.8'
33
pandas==2.2.3; python_version > '3.8'
44
pillow==12.2.0
55
google-cloud-aiplatform[full]==1.157.0
6-
sentencepiece==0.2.0
6+
sentencepiece==0.2.1
77
google-auth==2.38.0
88
anthropic[vertex]==0.28.0
99
langchain-core==1.4.0

0 commit comments

Comments
 (0)