Skip to content
Closed
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
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@
"proto-plus >= 1.22.3, <2.0.0",
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
"packaging >= 14.3",
"google-cloud-storage >= 1.32.0, < 3.0.0; python_version<'3.13'",
"google-cloud-storage >= 2.10.0, < 3.0.0; python_version>='3.13'",
"google-cloud-storage >= 1.32.0, <= 3.1.1; python_version<'3.13'",
"google-cloud-storage >= 2.10.0, <= 3.1.1; python_version>='3.13'",
"google-cloud-bigquery >= 1.15.0, < 4.0.0, !=3.20.0",
"google-cloud-resource-manager >= 1.3.3, < 3.0.0",
"shapely < 3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ google-auth==2.35.0 # Tests google-auth with rest async support
proto-plus==1.22.3
protobuf
mock==4.0.2
google-cloud-storage==2.2.1 # Increased for kfp 2.0 compatibility
google-cloud-storage==3.1.1 # Increased for kfp 2.0 compatibility
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
grpcio-testing==1.34.0
mlflow==2.16.0 # Pinned to speed up installation
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ google-auth==2.35.0 # Tests google-auth with rest async support
proto-plus
protobuf
mock==4.0.2
google-cloud-storage==2.2.1 # Increased for kfp 2.0 compatibility
google-cloud-storage==3.1.1 # Increased for kfp 2.0 compatibility
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
pytest-xdist==3.3.1 # Pinned to unbreak unit tests
ray==2.5.0 # Pinned until 2.9.3 is verified for Ray tests
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ google-api-core==2.21.0 # Tests google-api-core with rest async support
google-auth==2.35.0 # Tests google-auth with rest async support
proto-plus
mock==4.0.2
google-cloud-storage==2.2.1 # Increased for kfp 2.0 compatibility
google-cloud-storage==3.1.1 # Increased for kfp 2.0 compatibility
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
pytest-xdist==3.3.1 # Pinned to unbreak unit tests
ray==2.5.0 # Pinned until 2.9.3 is verified for Ray tests
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.13.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ google-api-core==2.21.0 # Tests google-api-core with rest async support
google-auth==2.35.0 # Tests google-auth with rest async support
proto-plus
mock==4.0.2
google-cloud-storage==2.10.0 # Increased for kfp 2.0 compatibility
google-cloud-storage==3.1.1 # Increased for kfp 2.0 compatibility
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
pytest-xdist==3.3.1 # Pinned to unbreak unit tests
ray==2.5.0 # Pinned until 2.9.3 is verified for Ray tests
Expand Down