Skip to content

Commit 3a90c12

Browse files
RecML authorsrecml authors
authored andcommitted
Reverting Protobuf version, due to conflict deps.
Previously the constraints were `tensorflow-metadata 1.17.1 depends on protobuf<4.22 and >=4.21.6; python_version < "3.11"` due to which the version 4.21.12, worked, but seems like the updated restrictions make it a conflicting change. So, reverting the protobuf version. PiperOrigin-RevId: 776021522
1 parent e12997b commit 3a90c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ platformdirs==4.3.7
6363
pluggy==1.5.0
6464
pre-commit==4.2.0
6565
promise==2.3
66-
protobuf==4.21.12
66+
protobuf==5.29.4
6767
psutil==7.0.0
6868
pyarrow==19.0.1
6969
pygments==2.19.1

0 commit comments

Comments
 (0)