modal-labs / modal-client

Python client library for Modal
https://modal.com/docs
Apache License 2.0
271 stars 35 forks source link

Fix upload for large BytesIO #1961

Closed kramstrom closed 3 months ago

kramstrom commented 3 months ago

Addresses MOD-3228

originally from: From https://github.com/modal-labs/modal-client/pull/1780

Adds dummy context manager for file object uploads to prevent IO stream from being closed twice