You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Make __del__ methods more robust in _api_client and client.
Guard `close()` in `_api_client.__del__` to only run if custom `httpx_client` is not set, and wrap `close()` in `client.__del__` with a try-except block to catch any exceptions during finalization. Fixes: #1567Fixes: #1565 PiperOrigin-RevId: 825620765
0 commit comments