Skip to content

Commit 810d7a3

Browse files
zacdav-dbZac Davies
andauthored
Adding stricter requirements for httr2 to avoid issues in prior versions with large downloads. (#88)
Co-authored-by: Zac Davies <[email protected]>
1 parent b34852a commit 810d7a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Imports:
2929
curl,
3030
dplyr,
3131
glue,
32-
httr2,
32+
httr2 (>= 1.0.4),
3333
ini,
3434
jsonlite,
3535
purrr,

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Exporting UC Catalog/Schema get/list functions (#72)
66
* Adding support for UC Volume management (#72)
77
* Fixing command execution context cancel (#86, #87)
8+
* Adding stricter version requirements for {httr2} (#81, #63)
89

910
# brickster 0.2.6
1011

0 commit comments

Comments
 (0)