Update client configuration
(self, **kwargs: Any)
| 252 | return None # No auto-session, so return None |
| 253 | |
| 254 | def configure(self, **kwargs: Any) -> None: |
| 255 | """Update client configuration""" |
| 256 | self.config.configure(**kwargs) |
| 257 | |
| 258 | @property |
| 259 | def initialized(self) -> bool: |