Check environment Vertex AI api key for credential precedence (9bd758c)
Correct pydantic version range (bytes fields are broken with pydantic<=2.8). (d24cb56)
Make __del__ methods more robust in _api_client and client. (64cab58)
Setting custom httpx async client will ensure using httpx client even if aiohttp is installed (7bd1bde)
Support custom_base_url for Live and other APIs when project/location are unset and even when project/location are set in the environment, and avoid Automatic Default Credentials (7bd1bde)
Documentation
Add docstring for classes and fields that are not supported in Gemini or Vertex API (4a6c6af)
Add docstring for enum classes that are not supported in Gemini or Vertex API (909f26b)
Add documentation for the retry behavior (ff12b46)
Update Codegen Instructions to include newer models and use consistent formatting. (f0b0a94)
Update README.md and index.rst to use consistent spacing for Python Samples (2e5aa1f)