From 359fc4e49c545a32050f7fd03dc0068815563e1d Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Thu, 6 Aug 2026 07:01:36 +0300 Subject: [PATCH] Update http dependency Relax the `http` package version constraint to improve compatibility with up-to-date libraries. Closes #7 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 06c1ba7..c91a127 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,4 +9,4 @@ environment: sdk: ">=3.0.6 <4.0.0" dependencies: - http: ^0.13.4 + http: ^1.0.0