Skip to content

Commit c1f4cac

Browse files
chore: set upper bound on pub_api_client version (#4636)
1 parent 659ef3e commit c1f4cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test/pub_server/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dev_dependencies:
3333
build_runner: ^2.4.0
3434
drift_dev: ">=2.14.0 <2.15.0"
3535
json_serializable: 6.7.1
36-
pub_api_client: ^2.4.0
36+
pub_api_client: ">=2.4.0 <2.7.0" # v2.7.0 introduces a new required field - archive_sha256
3737
shelf_router_generator: ^1.0.5
3838
test: ^1.22.1
3939
yaml_edit: ^2.1.0

0 commit comments

Comments
 (0)