sdk/python/.changes/v0.12.5.md
This SDK uses š Engine + š CLI version v0.12.5. See what changed in that release.
š https://pypi.org/project/dagger-io/v0.12.5/ š https://dagger-io.readthedocs.io/en/sdk-python-v0.12.5/
Arg has been renamed to Name by @helderco in https://github.com/dagger/dagger/pull/8109 Arg to avoid a naming conflict with a reserved
keyword, it can be removed since the SDK will strip the last _ in an
argument's name when interfacing with the API. For other needs, just rename
Arg to Name.