Deprecate #[args] attribute and passing "args" specification directly to #[pyfunction] in favour of the new #[pyo3(signature = (...))] option.
#[args]
#[pyfunction]
#[pyo3(signature = (...))]