From ca2f465f8d0ced4b4ad4112e916e088eed111ceb Mon Sep 17 00:00:00 2001 From: "batch-changes-for-github[bot]" <253819643+batch-changes-for-github[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 02:49:09 +0000 Subject: [PATCH] Raise the w_common dependency max to v5.0.0 Co-authored-by: Sourcegraph --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7372659..56ef033 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ environment: sdk: '>=2.19.0 <3.0.0' dependencies: - w_common: ^3.0.0 + w_common: '>=3.0.0 <5.0.0' dev_dependencies: build_runner: ^2.0.0