Skip to content

Commit

Permalink
update b2sdk to fix TruncatedOutput errors (fixes Backblaze#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Jul 30, 2024
1 parent 7e525d0 commit 4821d23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions changelog.d/554.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update `b2sdk` to 2.5.0, to fix `TruncatedOutput` download errors when network is congested (e.g., due use of high downloader thread count).
10 changes: 5 additions & 5 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
dependencies = [
"argcomplete>=2,<4",
"arrow>=1.0.2,<2.0.0",
"b2sdk>=2.4.1,<3",
"b2sdk>=2.5.0,<3",
"docutils>=0.18.1",
"idna~=3.4; platform_system == 'Java'",
"importlib-metadata>=3.3; python_version < '3.8'",
Expand Down

0 comments on commit 4821d23

Please sign in to comment.