Skip to content

Commit 89db61c

Browse files
authored
Updating 1.17.3 changes to master brach to align with Release branch(r1.17.0) (#62)
* Update setup.py * Update RELEASE.md * syntax error
1 parent 383edcf commit 89db61c

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

RELEASE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,24 @@
1010

1111
## Deprecations
1212

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+
* N/A
26+
27+
## Deprecations
28+
29+
* N/A
30+
1331
# Version 1.17.2
1432

1533
## Major Features and Improvements

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def run(self):
136136
"absl-py>=0.9,<3.0.0",
137137
'googleapis-common-protos>=1.56.4,<2;python_version>="3.11"',
138138
'protobuf>=4.25.2;python_version>="3.11"',
139-
'protobuf>=4.21.6,<4.22;python_version<"3.11"',
139+
'protobuf>=4.21.6,<=6.32;python_version<"3.11"',
140140
],
141141
python_requires=">=3.9,<4",
142142
packages=find_packages(),

0 commit comments

Comments
 (0)