library · inferred from evidence
google-genai
A library mentioned as being upgraded to v1.37, associated with async client usage and warnings.
- 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