Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion alloydb/notebooks/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-cloud-alloydb-connector[asyncpg]==1.5.0
sqlalchemy==2.0.40
pytest==8.3.3
ipykernel==6.29.5
ipykernel==7.0.0
pytest-asyncio==0.24.0
nbconvert==7.16.6
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Requirements to run tests.
apache-beam[interactive]==2.46.0
importnb==2023.11.1
ipykernel==6.23.3
ipykernel==7.0.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

This update to ipykernel v7.0.0 is likely to cause issues. According to the release notes, ipykernel v7.0.0 drops support for Python 3.9. The configuration for this sample (people-and-planet-ai/land-cover-classification/noxfile_config.py) indicates that it is intended to run on Python 3.9 due to Dataflow runtime constraints. To maintain compatibility, ipykernel should be pinned to a version less than 7.0.0 for this sample. You might consider reverting this change for this file and pinning to a 6.x version, for example ipykernel<7.

nbclient==0.8.0
pytest-xdist==3.3.0
pytest==8.2.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ipykernel==6.23.3
ipykernel==7.0.0
nbclient==0.8.0
pytest-xdist==3.3.0
pytest==8.2.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ipykernel==6.23.3
ipykernel==7.0.0
nbclient==0.8.0
pytest-xdist==3.3.0
pytest==8.2.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ipykernel==6.23.3
ipykernel==7.0.0
nbclient==0.8.0
pytest-xdist==3.3.0
pytest==8.2.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
../../serving/weather-data
ipykernel==6.23.3
ipykernel==7.0.0
nbclient==0.8.0
pytest-xdist==3.3.0
pytest==8.2.0