Skip to content

Commit 36755e3

Browse files
matthew29tangcopybara-github
authored andcommitted
chore: Unbreak presubmit unit tests canonicalize_version() TypeError
PiperOrigin-RevId: 693960016
1 parent ccc5c85 commit 36755e3

7 files changed

+8
-6
lines changed

testing/constraints-3.10.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ proto-plus==1.22.3
77
protobuf
88
mock==4.0.2
99
google-cloud-storage==2.2.1 # Increased for kfp 2.0 compatibility
10-
packaging==20.0 # Increased for compatibility with MLFlow
10+
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
1111
grpcio-testing==1.34.0
12-
mlflow==1.30.1 # Pinned to speed up installation
12+
mlflow==2.16.0 # Pinned to speed up installation
1313
pytest-xdist==3.3.1 # Pinned to unbreak unit tests
1414
ray==2.4.0 # Pinned until 2.9.3 is verified for Ray tests
1515
ipython==8.22.2 # Pinned to unbreak TypeAliasType import error

testing/constraints-3.11.txt

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ proto-plus
77
protobuf
88
mock==4.0.2
99
google-cloud-storage==2.2.1 # Increased for kfp 2.0 compatibility
10+
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
1011
pytest-xdist==3.3.1 # Pinned to unbreak unit tests
1112
ray==2.5.0 # Pinned until 2.9.3 is verified for Ray tests
1213
ipython==8.22.2 # Pinned to unbreak TypeAliasType import error

testing/constraints-3.12.txt

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ proto-plus
77
protobuf
88
mock==4.0.2
99
google-cloud-storage==2.2.1 # Increased for kfp 2.0 compatibility
10+
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
1011
pytest-xdist==3.3.1 # Pinned to unbreak unit tests
1112
ray==2.5.0 # Pinned until 2.9.3 is verified for Ray tests
1213
ipython==8.22.2 # Pinned to unbreak TypeAliasType import error

testing/constraints-3.8.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ proto-plus==1.22.3
88
protobuf
99
mock==4.0.2
1010
google-cloud-storage==2.2.1 # Increased for kfp 2.0 compatibility
11-
packaging==20.0 # Increased for compatibility with MLFlow
11+
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
1212
grpcio-testing==1.34.0
1313
pytest-xdist==3.3.1 # Pinned to unbreak unit tests
1414
ray==2.4.0 # Pinned until 2.9.3 is verified for Ray tests

testing/constraints-3.9.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ proto-plus==1.22.3
77
protobuf
88
mock==4.0.2
99
google-cloud-storage==2.2.1 # Increased for kfp 2.0 compatibility
10-
packaging==20.0 # Increased for compatibility with MLFlow
10+
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
1111
grpcio-testing==1.34.0
1212
pytest-xdist==3.3.1 # Pinned to unbreak unit tests
1313
ray==2.4.0 # Pinned until 2.9.3 is verified for Ray tests

testing/constraints-ray-2.33.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ proto-plus==1.22.3
55
protobuf
66
mock==4.0.2
77
google-cloud-storage==2.2.1 # Increased for kfp 2.0 compatibility
8-
packaging==20.0 # Increased for compatibility with MLFlow
8+
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
99
grpcio-testing==1.34.0
1010
mlflow==1.30.1 # Pinned to speed up installation
1111
pytest-xdist==3.3.1 # Pinned to unbreak unit tests

testing/constraints-ray-2.9.3.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ proto-plus==1.22.3
55
protobuf
66
mock==4.0.2
77
google-cloud-storage==2.2.1 # Increased for kfp 2.0 compatibility
8-
packaging==20.0 # Increased for compatibility with MLFlow
8+
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)
99
grpcio-testing==1.34.0
1010
mlflow==1.30.1 # Pinned to speed up installation
1111
pytest-xdist==3.3.1 # Pinned to unbreak unit tests

0 commit comments

Comments
 (0)