Skip to content

Commit 37d38f2

Browse files
chore(main): release 3.2.5 (#646)
* fix(deps): allow protobuf 3.19.5 (#644) Co-authored-by: Daniel Sanche <[email protected]> * update version/changelog Co-authored-by: Daniel Sanche <[email protected]>
1 parent e12eae2 commit 37d38f2

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
[1]: https://pypi.org/project/google-cloud-logging/#history
66

7+
8+
## [3.2.5](https://github.com/googleapis/python-logging/compare/v3.2.4...v3.2.5) (2022-10-10)
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** Allow protobuf 3.19.5 ([#644](https://github.com/googleapis/python-logging/issues/644)) ([12f3001](https://github.com/googleapis/python-logging/commit/12f3001d834e858dbbbcdaab5894ec25a14c6820))
14+
15+
716
## [3.2.4](https://github.com/googleapis/python-logging/compare/v3.2.3...v3.2.4) (2022-10-04)
817

918

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-logging"
2424
description = "Stackdriver Logging API client library"
25-
version = "3.2.4"
25+
version = "3.2.5"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'
@@ -35,7 +35,7 @@
3535
"google-cloud-core >= 2.0.0, <3.0.0dev",
3636
"grpc-google-iam-v1 >=0.12.4, <1.0.0dev",
3737
"proto-plus >= 1.22.0, <2.0.0dev",
38-
"protobuf >= 3.20.2, <5.0.0dev",
38+
"protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
3939
]
4040
extras = {}
4141

testing/constraints-3.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
google-api-core==1.32.0
99
google-cloud-core==2.0.0
1010
proto-plus==1.22.0
11-
protobuf==3.20.2
11+
protobuf==3.19.5

0 commit comments

Comments
 (0)