Skip to content

Commit a714589

Browse files
committed
fix: resolve issue where pre-release versions of protobuf are installed
PiperOrigin-RevId: 737618374
1 parent e64b022 commit a714589

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
* Add Audio as a schema domain.
1010
* Add Video as a schema domain.
11+
* Resolve issue where pre-release versions of protobuf are installed.
1112

1213
## Breaking Changes
1314

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ def run(self):
128128
install_requires=[
129129
'absl-py>=0.9,<3.0.0',
130130
'googleapis-common-protos>=1.56.4,<2;python_version>="3.11"',
131-
'googleapis-common-protos>=1.52.0,<2;python_version>="3.11"',
132-
'protobuf>=4.25.2,<6.0.0dev;python_version>="3.11"',
131+
'protobuf>=4.25.2,<6.0.0;python_version>="3.11"',
133132
'protobuf>=4.21.6,<4.22;python_version<"3.11"',
134133
],
135134
python_requires='>=3.9,<4',

0 commit comments

Comments
 (0)