library · inferred from evidence
genai.Client
The async client from the Google GenAI Python library.
- Unclosed client session and Unclosed connector warnings after upgrading to v1.37
After upgrading google-genai to v1.37, async users started seeing `Unclosed client session` and `Unclosed connector` warnings at shutdown. The root cause is that the async client holds an aiohttp session that needs an async context manager