Skip to content

Commit

Permalink
Bump spanner max bound back to <4 (#32411)
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Sep 12, 2024
1 parent 17718a9 commit ed84acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def get_portability_package_data():
'google-cloud-bigquery-storage>=2.6.3,<3',
'google-cloud-core>=2.0.0,<3',
'google-cloud-bigtable>=2.19.0,<3',
'google-cloud-spanner>=3.0.0,<3.48',
'google-cloud-spanner>=3.0.0,<4',
# GCP Packages required by ML functionality
'google-cloud-dlp>=3.0.0,<4',
'google-cloud-language>=2.0,<3',
Expand Down

0 comments on commit ed84acb

Please sign in to comment.