diff --git a/pkgs/sse/CHANGELOG.md b/pkgs/sse/CHANGELOG.md index eaca66901..f084678d0 100644 --- a/pkgs/sse/CHANGELOG.md +++ b/pkgs/sse/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.1.6 + +- Require package `web: '>=0.5.0 <2.0.0'`. + ## 4.1.5 - Drop unneeded dependency on `package:js`. diff --git a/pkgs/sse/pubspec.yaml b/pkgs/sse/pubspec.yaml index 71fbfaa3a..5fa630000 100644 --- a/pkgs/sse/pubspec.yaml +++ b/pkgs/sse/pubspec.yaml @@ -1,5 +1,5 @@ name: sse -version: 4.1.5 +version: 4.1.6 description: >- Provides client and server functionality for setting up bi-directional communication through Server Sent Events (SSE) and corresponding POST @@ -16,7 +16,7 @@ dependencies: pool: ^1.5.0 shelf: ^1.1.0 stream_channel: ^2.0.0 - web: ^0.5.0 + web: '>=0.5.0 <2.0.0' dev_dependencies: dart_flutter_team_lints: ^2.0.0