Commit a4e00a0
fix: guard None client_kwargs when unpacking for s3 client
mypy 2.1.0 flags `**client_kwargs` where client_kwargs is dict | None
(factory.py:203). It's also a latent runtime crash: version_aware=True with
client_kwargs=None would raise TypeError. Default to an empty dict.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 3943d3f commit a4e00a0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
0 commit comments