We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383edcf commit 89db61cCopy full SHA for 89db61c
2 files changed
RELEASE.md
@@ -10,6 +10,24 @@
10
11
## Deprecations
12
13
+# Version 1.17.3
14
+
15
+## Major Features and Improvements
16
17
+* N/A
18
19
+## Bug Fixes and Other Changes
20
21
+* Depends on `protobuf>=4.21.6,<6.32` for 3.9 and 3.10
22
23
+## Breaking Changes
24
25
26
27
+## Deprecations
28
29
30
31
# Version 1.17.2
32
33
## Major Features and Improvements
setup.py
@@ -136,7 +136,7 @@ def run(self):
136
"absl-py>=0.9,<3.0.0",
137
'googleapis-common-protos>=1.56.4,<2;python_version>="3.11"',
138
'protobuf>=4.25.2;python_version>="3.11"',
139
- 'protobuf>=4.21.6,<4.22;python_version<"3.11"',
+ 'protobuf>=4.21.6,<=6.32;python_version<"3.11"',
140
],
141
python_requires=">=3.9,<4",
142
packages=find_packages(),
0 commit comments