Skip to content

Comments

fix(deps): update dependency google-genai to >=1.60.0,<1.61#956

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/google-genai-1.x
Closed

fix(deps): update dependency google-genai to >=1.60.0,<1.61#956
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/google-genai-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2025

This PR contains the following updates:

Package Change Age Confidence
google-genai >=1.47.0,<1.48>=1.60.0,<1.61 age confidence

Release Notes

googleapis/python-genai (google-genai)

v1.60.0

Compare Source

Features
  • Add ModelArmorConfig support for prompt and response sanitization via the Model Armor service (8d1091a)
  • Update data types from discovery doc. (4209289)
  • Update data types from discovery doc. (7db2c2d)
Documentation
  • Regenerate docs for 1.59.0 (351e490)
  • Update docs to include interactions and file_search_stores module (a21841c)

v1.59.0

Compare Source

Features
  • Set the environment variable GOOGLE_API_PREVENT_AGENT_TOKEN_SHARING_FOR_GCP_SERVICES to 'false' within BaseApiClient to disable bound token sharing. (79ac880)
  • Support 4:5 and 5:4 aspect ratio in Interactions (1ddd9f1)
Documentation
  • Regenerate docs for 1.58.0 (39a8b06)

v1.58.0

Compare Source

Features
  • Add FileSearchCallContent to Interactions (a882dea)
  • Add ImageConfig to GenerationConfig for image generation in Interactions (b61163f)
  • Support passing the custom aiohttp.ClientSession through HttpOptions.aiohttp_client (750648f), closes #​1662
  • Voice activity support (b7b1c2e)
Bug Fixes
  • Serialize Pillow images losslessly by default (8d7c74d)
Documentation
  • Regenerate docs for 1.57.0 (65018b6)

v1.57.0

Compare Source

Features
  • [Python] add RegisterFiles so gcs files can be used with genai. (68fa075)
  • Add gemini-3-pro-preview support for local tokenizer (48f8256)
  • Add PersonGeneration to ImageConfig for Vertex Gempix (c66e0ce)
Bug Fixes
  • Remove validation for empty text parts on Chat, this will support keeping the history in chat when the API yields back such a part. (215c852)
Documentation
  • Regenerate docs for 1.56.0 (b4c063e)
  • Update codegen_instructions.md for Gemini 3 Flash (22500b5)
  • Update Virtual Try-On model id in samples and docstrings (5bf4d62)

v1.56.0

Compare Source

Features
  • Add minimal and medium thinking levels. (96d644c)
  • Add support for Struct in ToolResult Content. (8fd4886)
  • Add ultra high resolution to the media resolution in Parts. (356c320)
  • Add ULTRA_HIGH MediaResolution and new ThinkingLevel enums (336b823)
  • Define and use DocumentMimeType for DocumentContent (dc7f00f)
  • Support multi speaker for Vertex AI (ecb00c2)
Bug Fixes
  • Api version handling for interactions. (436ca2e)
Documentation
  • Add documentation for the new Interactions API (Preview). (e28a69c)
  • Update and restructure codegen_instructions (00422de)
  • Update docs for 1.55 (1cc43e7)

v1.55.0

Compare Source

Features
  • Add the Interactions API (836a3)
  • Add enableEnhancedCivicAnswers feature in GenerateContentConfig (15d1ea9)
  • Add IMAGE_RECITATION and IMAGE_OTHER enum values to FinishReason (8bb4b9a)
  • Add voice activity detection signal. (feae46d)
Bug Fixes
  • Replicated voice config bytes handling (c9f8668)
Documentation
  • Regenerate docs for 1.54.0 (8bac8d2)

v1.54.0

Compare Source

Features
  • Support ReplicatedVoiceConfig (07c74dd)
Bug Fixes
  • Apply timeout to the total request duration in aiohttp (a4f4205)
  • Make APIError class picklable (fixes #​1144) (e3d5712)
Documentation
  • Regenerate docs for 1.53.0 (3a2b970)

v1.53.0

Compare Source

Features
  • Add empty response for tunings.cancel() (97cc7e4)
Bug Fixes
  • Convert 'citationSources' key in CitationMetadata to 'citations' when present (fixes #​1222) (2f28b02)
  • Fix google.auth.transport.requests import error in Live API (a842721)
Documentation
  • Improve docs for google.genai.types (5b50adc)
  • Recommend using response_json_schema in error messages and docstrings. (c0b175a)
  • Updating codegen instructions to use gemini 3 pro and nano banana pro (060f015)

v1.52.0

Compare Source

Features
  • Add support for configuring resource scope when using base_url (a3e0859)
Bug Fixes
  • TypeError: issubclass() arg 1 must be a class when usingList[str] for contents (c624d7e)
  • Create new aiohttp Client Session if loop is closed (1dc35ea)

v1.51.0

Compare Source

Features
  • Add a pre-validation hook to warn about Pydantic model type mismatches. (f7af6ef)
  • Add display name to FunctionResponseBlob (52906d5)
  • Add display name to FunctionResponseFileData (7c39f70)
  • Add generate_content_config.thinking_level (30b00db)
  • Add image output options to ImageConfig for Vertex (014aaad)
  • Add part.media_resolution (30b00db)
  • Support Function call argument streaming for all languages (9b2ca50)
Bug Fixes
  • Only log warnings once for accessors in GenerateContentResponse and LiveServerMessage (eec841e)
Documentation
  • Remove gemini 2 below model reference (c42ddff)
  • Update sample code to use gemini 2 or above (d48bbba)
  • Update Veo and Imagen model id in README (5c69122)

v1.50.1

Compare Source

Bug Fixes
  • Do not use ADC if passing a base_url, no project, no location (a00b67a)
  • Ensure the custom httpx client and async client won't be closed automatically (9a9fa3c)

v1.50.0

Compare Source

Features
  • Use pytest-xdist for test parallelization (6ff82fc)
Bug Fixes
  • Add missing fields to the model types (4b855e6)
  • Don't generate warnings from response.text property because of thought_signature. (dd9360d)
  • Fix base_steps parameter for recontext_image (d94077b)
  • Fix file_search_stores.documents pagination (8d40d48)
  • Fix models.list() filter parameter (7fa1e41)
  • Handle SSE error message types properly in streaming (72afa50)
  • Roll back a breaking change to the import system (8674003)
Documentation
  • Log Schema.json_schema and Schema.from_json_schema only once (517300c)
  • Regenerate docs for 1.49.0 (74b680a)

v1.49.0

Compare Source

Features
  • Add complete stats to BatchJob (b211466)
  • Add FileSearch tool and associated FileSearchStore management APIs (2e2a78d)
  • Add FileSearch tool and associated FileSearchStore management APIs (7370d24)
  • Add image_size to ImageConfig (Early Access Program) (81c027c)
  • Make genai.Part constructible from PartUnionDict. (7526e4d)
Bug Fixes
  • Raise errors during file upload. (946a17e)
  • Use duck type in t_part transformer (be82981)
Documentation
  • Log deprecation waring to Schema.from_json_schema method and Schema.json_schema method (856789a)
  • Regenerate docs for 1.48.0 (004d238)
  • Update log message in Schema.json_schema and Schema.from_json_schema methods (5bf69e5)

v1.48.0

Compare Source

Features
  • Added phish filtering feature. (a9297b7)
  • Drop support for Python 3.9 - EOL (b542082)
Bug Fixes
  • Append the current model chunk to contents in async streaming (7c5cf56)
  • Disable AFC when there are incompatible tool presented. (ce13aef)
  • Offload sync python tool calls to a thread when used from async context. (f2a0782)
  • Only show warning log for non-text or multi-candidate fields when response.text is accessed directly (bf82505)

Configuration

📅 Schedule: Branch creation - Between 12:00 PM and 03:59 PM, only on Saturday ( * 12-15 * * 6 ) in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/google-genai-1.x branch from 7fdc72c to debe2d9 Compare November 15, 2025 13:03
@renovate renovate bot changed the title fix(deps): update dependency google-genai to >=1.49.0,<1.50 fix(deps): update dependency google-genai to >=1.50.1,<1.51 Nov 15, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 15, 2025

Caution

Review failed

An error occurred during the review process. Please try again later.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot changed the title fix(deps): update dependency google-genai to >=1.50.1,<1.51 fix(deps): update dependency google-genai to >=1.52.0,<1.53 Nov 22, 2025
@renovate renovate bot force-pushed the renovate/google-genai-1.x branch 2 times, most recently from b9e02cf to 1b81f89 Compare November 29, 2025 13:39
@renovate renovate bot changed the title fix(deps): update dependency google-genai to >=1.52.0,<1.53 fix(deps): update dependency google-genai to >=1.55.0,<1.56 Dec 13, 2025
@renovate renovate bot force-pushed the renovate/google-genai-1.x branch from 1b81f89 to 15fafcd Compare December 13, 2025 13:48
@renovate renovate bot force-pushed the renovate/google-genai-1.x branch from 15fafcd to 490ed79 Compare December 20, 2025 13:48
@renovate renovate bot changed the title fix(deps): update dependency google-genai to >=1.55.0,<1.56 fix(deps): update dependency google-genai to >=1.56.0,<1.57 Dec 20, 2025
@renovate renovate bot force-pushed the renovate/google-genai-1.x branch from 490ed79 to 4ab8295 Compare December 27, 2025 12:28
@renovate renovate bot force-pushed the renovate/google-genai-1.x branch 2 times, most recently from d3e4fd0 to 12a85f1 Compare January 10, 2026 12:36
@renovate renovate bot changed the title fix(deps): update dependency google-genai to >=1.56.0,<1.57 fix(deps): update dependency google-genai to >=1.57.0,<1.58 Jan 10, 2026
@renovate renovate bot force-pushed the renovate/google-genai-1.x branch from 12a85f1 to 8581840 Compare January 17, 2026 13:24
@renovate renovate bot changed the title fix(deps): update dependency google-genai to >=1.57.0,<1.58 fix(deps): update dependency google-genai to >=1.59.0,<1.60 Jan 17, 2026
@renovate renovate bot force-pushed the renovate/google-genai-1.x branch from 8581840 to c850522 Compare January 24, 2026 12:49
@renovate renovate bot changed the title fix(deps): update dependency google-genai to >=1.59.0,<1.60 fix(deps): update dependency google-genai to >=1.60.0,<1.61 Jan 24, 2026
@clementb49 clementb49 closed this Jan 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant