From 98d015c34265c8ae3260c070c5ac03c5dbf38bba Mon Sep 17 00:00:00 2001 From: Michel Feinstein Date: Wed, 29 Oct 2025 20:50:53 +1100 Subject: [PATCH 1/3] Downgrade meta package version from 1.17.0 to 1.16.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 88eedaba..130634d9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: crypto: ^3.0.6 fixnum: ^1.1.1 googleapis_auth: ^2.0.0 - meta: ^1.17.0 + meta: ^1.16.0 http: ^1.4.0 http2: ^2.3.1 protobuf: ^5.0.0 From 35eb3885eac59eca225ae100a270b37a445685c8 Mon Sep 17 00:00:00 2001 From: Michel Feinstein Date: Fri, 31 Oct 2025 01:07:06 +1100 Subject: [PATCH 2/3] Bump version from 4.3.0 to 4.3.1 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 130634d9..cb2fd622 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: grpc -version: 4.3.0 +version: 4.3.1 description: Dart implementation of gRPC, a high performance, open-source universal RPC framework. repository: https://github.com/grpc/grpc-dart From a7bb2c15afc34826654dfdef244a1ce84bf7f4d5 Mon Sep 17 00:00:00 2001 From: Michel Feinstein Date: Fri, 31 Oct 2025 01:08:52 +1100 Subject: [PATCH 3/3] Add Changelog for Downgrade meta dependency to version 1.16.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f72e2a2..a0bfd5b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.3.1 + +- Downgrade `meta` dependency to `1.16.0` + ## 4.3.0 - Require `package:protobuf` 5.0.0