Skip to content

Commit

Permalink
chore(deps): update dependency google-cloud-aiplatform to v1.47.0 (#1…
Browse files Browse the repository at this point in the history
…1355)

* chore(deps): update dependency google-cloud-aiplatform to v1.47.0

* skip python 3.12 since apache beam doesn't support it

---------

Co-authored-by: David Cavazos <dcavazos@google.com>
  • Loading branch information
renovate-bot and davidcavazos committed Apr 11, 2024
1 parent 00ae088 commit e2c7e25
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dataflow/run-inference/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-aiplatform==1.28.0
google-cloud-aiplatform==1.47.0
google-cloud-dataflow-client==0.8.10
google-cloud-storage==2.10.0
pytest==7.4.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
earthengine-api==0.1.395
folium==0.16.0
google-cloud-aiplatform==1.25.0
google-cloud-aiplatform==1.47.0
pandas==2.0.1
tensorflow==2.12.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apache-beam[gcp]==2.46.0
earthengine-api==0.1.395
folium==0.16.0
google-cloud-aiplatform==1.25.0
google-cloud-aiplatform==1.47.0
imageio==2.29.0
plotly==5.15.0
tensorflow==2.12.0
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# > ℹ️ Test only on Python 3.10.
# > The Python version used is defined by the Dockerfile, so it's redundant
# > to run multiple tests since they would all be running the same Dockerfile.
"ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.11"],
"ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.11", "3.12"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": True,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==3.0.0
apache-beam[gcp]==2.46.0
google-cloud-aiplatform==1.25.0
google-cloud-aiplatform==1.47.0
gunicorn==20.1.0
pandas==2.0.1
tensorflow==2.12.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
../../serving/weather-model
build==0.10.0
google-cloud-aiplatform==1.25.0
google-cloud-aiplatform==1.47.0

0 comments on commit e2c7e25

Please sign in to comment.