| commit | 1eaa9a41f0aa1c3ef9d61a3269ac2a00eeae2f0a | [log] [tgz] |
|---|---|---|
| author | Martin Haimberger <martin.haimberger@gmail.com> | Fri Nov 28 23:21:06 2025 +0100 |
| committer | Jens Geyer <Jens-G@users.noreply.github.com> | Wed Dec 10 22:57:59 2025 +0100 |
| tree | 2f63f5bdd234136dd14cf0be70588eccd07995e1 | |
| parent | dee782f410c5d20ceb745d2b840ce447f6d4b7b1 [diff] [blame] |
- THRIFT-5712 - Added Dart 3 Compatibility
diff --git a/test/dart/test_client/pubspec.yaml b/test/dart/test_client/pubspec.yaml index e48da9f..3c747e5 100644 --- a/test/dart/test_client/pubspec.yaml +++ b/test/dart/test_client/pubspec.yaml
@@ -22,11 +22,11 @@ homepage: http://thrift.apache.org environment: - sdk: ">=1.24.3 <3.0.0" + sdk: ">=2.12.0 <4.0.0" dependencies: - args: ">=0.13.0 <2.0.0" - http: ^0.13.3 + args: "^2.4.2" + http: ^1.2.0 thrift: path: ../../../lib/dart thrift_test: