- Adds the `modal.concurrent` decorator, which will be replacing the beta `allow_concurrent_inputs=` parameter of `app.function` and `app.cls` for enabling input concurrency. Notably, `modal.concurrent` introduces a distinction between `max_inputs` and `target_inputs`, allowing containers to burst over the concurrency level targeted by the Modal autoscaler during periods of high load.