[dep] Remove deprecated jax.lib submodules for JAX v0.9.0.
The following modules are removed:
- `jax.lib.xla_bridge`
- `jax.lib.xla_client`
- `jax.lib.xla_extension`
All contents of these submodules were deprecated and removed as of JAX v0.8.0; the modules themselves have been raising warnings on import since this release.
PiperOrigin-RevId: 846831442