Skip to content

Commit a5dbe88

Browse files
authored
chore(gemma2/dataflow): update google-cloud-aiplatform and protobuf for gemma2 (#14350)
- Update `google-cloud-aiplatform` to 1.158.0 in `gemma2/` and `dataflow/` samples - Update `protobuf` to 6.33.6 in `gemma2/` - Remove python version constraint for pytest in `gemma2/`
1 parent 52bf097 commit a5dbe88

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

dataflow/gemma-flex-template/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-aiplatform==1.62.0
1+
google-cloud-aiplatform==1.158.0
22
google-cloud-dataflow-client==0.8.14
33
google-cloud-pubsub==2.28.0
44
google-cloud-storage==2.18.2

dataflow/gemma/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-aiplatform==1.49.0
1+
google-cloud-aiplatform==1.158.0
22
google-cloud-dataflow-client==0.8.10
33
google-cloud-storage==2.16.0
44
pytest==9.0.3; python_version >= "3.10"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-aiplatform==1.57.0
1+
google-cloud-aiplatform==1.158.0
22
google-cloud-dataflow-client==0.8.14
33
google-cloud-storage==2.10.0
44
pytest==9.0.3; python_version >= "3.10"

gemma2/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==9.0.3; python_version >= "3.10"
1+
pytest==9.0.3

gemma2/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-aiplatform[full]==1.157.0
2-
protobuf==5.29.5
1+
google-cloud-aiplatform==1.158.0
2+
protobuf==6.33.6

0 commit comments

Comments
 (0)