From 1796592ffdedcace571452fe30b37bac914f7225 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 1 Jun 2022 14:12:12 -0400 Subject: [PATCH 1/2] fix(deps): require protobuf <4.0.0dev (#598) Towards b/234444818 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 57b7b4e9d0..b640b8b8f5 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ # https://github.com/googleapis/google-cloud-python/issues/10566 "google-cloud-core >= 1.4.1, <3.0.0dev", "proto-plus >= 1.20.5, <2.0.0dev", + "protobuf >= 3.19.0, <4.0.0dev", ] extras = {} From 975b186bafacb397ec2ae46a398fb3631e61bac1 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 18:18:12 +0000 Subject: [PATCH 2/2] chore(main): release 2.5.2 (#599) :robot: I have created a release *beep* *boop* --- ## [2.5.2](https://github.com/googleapis/python-firestore/compare/v2.5.1...v2.5.2) (2022-06-01) ### Bug Fixes * **deps:** require protobuf <4.0.0dev ([#598](https://github.com/googleapis/python-firestore/issues/598)) ([1796592](https://github.com/googleapis/python-firestore/commit/1796592ffdedcace571452fe30b37bac914f7225)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50bb785a9b..3337c0fdea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ [1]: https://pypi.org/project/google-cloud-firestore/#history +## [2.5.2](https://github.com/googleapis/python-firestore/compare/v2.5.1...v2.5.2) (2022-06-01) + + +### Bug Fixes + +* **deps:** require protobuf <4.0.0dev ([#598](https://github.com/googleapis/python-firestore/issues/598)) ([1796592](https://github.com/googleapis/python-firestore/commit/1796592ffdedcace571452fe30b37bac914f7225)) + ## [2.5.1](https://github.com/googleapis/python-firestore/compare/v2.5.0...v2.5.1) (2022-05-30) diff --git a/setup.py b/setup.py index b640b8b8f5..907c8e78ed 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-firestore" description = "Google Cloud Firestore API client library" -version = "2.5.1" +version = "2.5.2" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ # NOTE: Maintainers, please do not require google-api-core>=2.x.x