* Bumped `aiobotocore` to 2.20.0 * zent1n0 updated upload_fileobj Callback to work with coroutines. * Fixed `aioboto3.session.Session` typehints. * Switched package manager to UV
13.4.0
-------------------
* Bumped `aiobotocore` to 2.18.0
13.3.0
-------------------
* Bumped `aiobotocore` to 2.16.0 * Fixed missing `ExtraArgs` propagation on `s3.download_fileobj`.
13.2.0
-------------------
* Bumped `aiobotocore` to 2.15.2 * Added `max_request_concurrency` semaphore to `s3.copy` to prevent starting potentially hundreds of uploads at once.
13.1.1
-------------------
* Removed `botocore` and `jmespath` imports and imported them indirectly via boto3 to make static analysers happier.