From 7e9b45886980042d58ed8169147bc48e472daaf3 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 7 Jun 2022 19:16:58 -0400 Subject: [PATCH 1/2] fix(deps): require protobuf<4.0.0 on v0 branch (#105) --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 798fcce..648f1cd 100644 --- a/setup.py +++ b/setup.py @@ -29,8 +29,9 @@ # Until this issue is closed # https://github.com/googleapis/google-cloud-python/issues/10566 "google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0", - "proto-plus >= 1.15.0", - "packaging >= 14.3", + "proto-plus >= 1.15.0, <2.0.0dev", + "packaging >= 14.3, <22.0.0dev", + "protobuf<4.0.0dev", "google-cloud-source-context >= 0.1.0, < 1.0.0dev", ] From 510ffec5fd2bdcf8b4958d06d2f1349254a15d6a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 12:44:26 -0400 Subject: [PATCH 2/2] chore(v0): release 0.1.5 (#106) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2988f4..280564e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/googleapis/python-debugger-client/compare/v0.1.4...v0.1.5) (2022-06-07) + + +### Bug Fixes + +* **deps:** require protobuf<4.0.0 on v0 branch ([#105](https://github.com/googleapis/python-debugger-client/issues/105)) ([7e9b458](https://github.com/googleapis/python-debugger-client/commit/7e9b45886980042d58ed8169147bc48e472daaf3)) + ### [0.1.4](https://github.com/googleapis/python-debugger-client/compare/v0.1.3...v0.1.4) (2022-04-11) diff --git a/setup.py b/setup.py index 648f1cd..fb0fc55 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-debugger-client" description = "Cloud Debugger API client library" -version = "0.1.4" +version = "0.1.5" release_status = "Development Status :: 4 - Beta" url = "https://github.com/googleapis/python-debugger-client" dependencies = [