posthog-v7.53.0
Immutable
release. Only release title and notes can be modified.
Minor changes
- e9f6b67 The Gemini adapter now covers two surfaces of
genai.Clientit previously lacked.Client.aio.modelsreaches the tracked async models adapter, soawait client.aio.models.generate_content(...)works without swapping the class out forAsyncClient, andclient.files(plusclient.aio.files, andAsyncClient.filesfor the async Files API) passes through to the provider, so multimodal flows that upload a file before referencing it incontentsno longer fail. Every surface of one client shares a single provider client instead of opening its own. — Thanks @DanielTobi0!