Skip to content

2.10.4

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Mar 23:27
· 6 commits to master since this release

Fixed

  • Fixed a retry bug in upload_unbound_stream() small-file uploads where a retryable upload error could cause a one-shot buffered stream to be reopened after it was closed, raising ValueError: I/O operation on closed file.

Infrastructure

  • Add exponential retries for bucket creation in testing.helpers.BucketManager.
  • Fix redudant files in the sdist after migrating from pdm to uv.