4.59.2
(fix): Generate an appropriate client.py file when client.exported_filename differs from client.filename.
Previously, the __init__.py would import from the exported filename (e.g., client.py) but
that file was never created, causing mypy import-not-found errors.