library · inferred from evidence
python-genai
The Google GenAI Python library, referenced in the GitHub issue.
- 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