Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Oct 16, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
black (changelog) ==25.9.0 -> ==25.12.0 age confidence
cloud-sql-python-connector (changelog) ==1.18.5 -> ==1.19.0 age confidence
google-cloud-aiplatform ==1.97.0 -> ==1.130.0 age confidence
google-cloud-resource-manager (source) ==1.14.2 -> ==1.15.0 age confidence
langchain-community (changelog) ==0.3.29 -> ==0.4.1 age confidence
langchain-google-vertexai (source, changelog) ==2.0.27 -> ==2.1.2 age confidence
langgraph (source, changelog) ==0.6.10 -> ==0.6.11 age confidence
mypy (changelog) ==1.18.2 -> ==1.19.0 age confidence
numpy (changelog) ==2.3.3 -> ==2.3.5 age confidence

Release Notes

psf/black (black)

v25.12.0

Compare Source

Highlights
  • Black no longer supports running with Python 3.9 (#​4842)
Stable style
  • Fix bug where comments preceding # fmt: off/# fmt: on blocks were incorrectly
    removed, particularly affecting Jupytext's # %% [markdown] comments (#​4845)
  • Fix crash when multiple # fmt: skip comments are used in a multi-part if-clause, on
    string literals, or on dictionary entries with long lines (#​4872)
  • Fix possible crash when fmt: directives aren't on the top level (#​4856)
Preview style
  • Fix fmt: skip skipping the line after instead of the line it's on (#​4855)
  • Remove unnecessary parentheses from the left-hand side of assignments while preserving
    magic trailing commas and intentional multiline formatting (#​4865)
  • Fix fix_fmt_skip_in_one_liners crashing on with statements (#​4853)
  • Fix fix_fmt_skip_in_one_liners crashing on annotated parameters (#​4854)
  • Fix new lines being added after imports with # fmt: skip on them (#​4894)
Packaging
  • Releases now include arm64 Windows binaries and wheels (#​4814)
Integrations
  • Add output-file input to GitHub Action psf/black to write formatter output to a
    file for artifact capture and log cleanliness (#​4824)

v25.11.0

Compare Source

Highlights
  • Enable base 3.14 support (#​4804)
  • Add support for the new Python 3.14 t-string syntax introduced by PEP 750 (#​4805)
Stable style
  • Fix bug where comments between # fmt: off and # fmt: on were reformatted (#​4811)
  • Comments containing fmt directives now preserve their exact formatting instead of
    being normalized (#​4811)
Preview style
  • Move multiline_string_handling from --unstable to --preview (#​4760)
  • Fix bug where module docstrings would be treated as normal strings if preceded by
    comments (#​4764)
  • Fix bug where python 3.12 generics syntax split line happens weirdly (#​4777)
  • Standardize type comments to form # type: <value> (#​4645)
  • Fix fix_fmt_skip_in_one_liners preview feature to respect # fmt: skip for compound
    statements with semicolon-separated bodies (#​4800)
Configuration
  • Add no_cache option to control caching behavior. (#​4803)
Packaging
  • Releases now include arm64 Linux binaries (#​4773)
Output
  • Write unchanged content to stdout when excluding formatting from stdin using pipes
    (#​4610)
Blackd
  • Implemented BlackDClient. This simple python client allows to easily send formatting
    requests to blackd (#​4774)
Integrations
  • Enable 3.14 base CI (#​4804)
  • Enhance GitHub Action psf/black to support the required-version major-version-only
    "stability" format when using pyproject.toml (#​4770)
  • Improve error message for vim plugin users. It now handles independently vim version
  • Vim: Warn on unsupported Vim and Python versions independently (#​4772)
  • Vim: Print the import paths when importing black fails (#​4675)
  • Vim: Fix handling of virtualenvs that have a different Python version (#​4675)
GoogleCloudPlatform/cloud-sql-python-connector (cloud-sql-python-connector)

v1.19.0

Compare Source

Features
Documentation
  • Add sample Cloud Run example application (#​1335) (adc25f6)
  • Update documentation to describe how to use Advanced DR write endpoint. (#​1332) (2e1ed21)
googleapis/python-aiplatform (google-cloud-aiplatform)

v1.130.0

Compare Source

Features
  • A new field min_gpu_driver_version is added to message .google.cloud.aiplatform.v1beta1.MachineSpec (26dfdfe)
  • Adding RagManagedVertexVectorSearch Vector DB option for RAG corpuses to SDK (da79e21)
  • Expose FullFineTunedResources for full fine tuned deployments (26dfdfe)
  • Expose zone when creating a FeatureOnlineStore (26dfdfe)
  • GenAI Client(evals) - Add support to local agent run for agent eval (30e41d0)
  • GenAI SDK client(memory): Add PurgeMemories (95eb10f)
  • Introduce RagManagedVertexVectorSearch as a new vector db option (26dfdfe)
Documentation
  • Update ReplicatedVoiceConfig.mime_type comment (26dfdfe)
  • Update ReplicatedVoiceConfig.mime_type comment (26dfdfe)

v1.129.0

Compare Source

⚠ BREAKING CHANGES
  • An existing field transfer_to_agent is removed from message .google.cloud.aiplatform.v1beta1.EventActions
  • updating bigtable_metadata field name in FeatureOnlineStore
  • updating enableDirectBigtableAccess field name in FeatureOnlineStore`
  • updating bigtable_metadata field name in FeatureView
Features
  • Add gpu_partition_size in machine_spec v1 api (e0bc3d8)
  • Add ReplicatedVoiceConfig to VoiceConfig to enable Gemini TTS voice replication (e0bc3d8)
  • Add ReplicatedVoiceConfig to VoiceConfig to enable Gemini TTS voice replication (e0bc3d8)
  • Add EmbedContent method v1 (e0bc3d8)
  • Add EmbedContent method v1beta1 (e0bc3d8)
  • Add FunctionResponsePart and excluded_predefined_functions in ComputerUse (e0bc3d8)
  • Add FunctionResponsePart and excluded_predefined_functions in ComputerUse (e0bc3d8)
  • Add new fields SUCCESSFULLY_DEPLOYED and FAILED_TO_DEPLOY to DeploymentStage (e0bc3d8)
  • Add new fields SUCCESSFULLY_DEPLOYED and FAILED_TO_DEPLOY to DeploymentStage (e0bc3d8)
  • Add order_by to list_events (e0bc3d8)
  • Add support for developer connect based deployment (e0bc3d8)
  • Add support for developer connect based deployment (e0bc3d8)
  • Continuous Tuning (e0bc3d8)
  • Enable Vertex Model Garden Managed OSS Fine Tuning. (26b7e51)
  • GenAI Client(evals) - Add location override parameter to run_inference and evaluate methods (b867043)
  • GenAI Client(evals) - support setting autorater generation config for predefined rubric metrics (9304f15)
  • GenAI SDK client(multimodal) - Support Assess Tuning Resource for multimodal dataset. (bc26160)
  • GenAI SDK client(sessions): Add label to Sessions (837c8ea)
Bug Fixes
  • Add OTel cloud.provider attribute to AdkTemplate (7d3bcdd)
  • Add support for app in _init_session (d9f6c58)
  • An existing field transfer_to_agent is removed from message .google.cloud.aiplatform.v1beta1.EventActions (e0bc3d8)
  • Correlate traces with logs in Cloud Trace panel on adk deploy agent_engine (9301551)
  • Enable from vertexai.types import TypeName without needing to run from vertexai import types first (46285bf)
  • Enable from vertexai.types import TypeName without needing to run from vertexai import types first (f4a6cbe)
  • Gen AI SDK client - Fix bug in GCS bucket creation for new agent engines. (8d4ce38)
  • GenAI SDK client(eval) - Reorder the params to put the Config param at the last place. (e8b12cb)
  • Save artifact in init_session (2a43e9b)
  • Update default input and output modes in create_agent_card (7ca4226)
  • Updating bigtable_metadata field name in FeatureOnlineStore (e0bc3d8)
  • Updating bigtable_metadata field name in FeatureView (e0bc3d8)
  • Updating enableDirectBigtableAccess field name in FeatureOnlineStore` (e0bc3d8)
Documentation
  • A comment for field filter in message .google.cloud.aiplatform.v1beta1.ListSessionsRequest is changed (e0bc3d8)
  • A comment for field package_spec in message .google.cloud.aiplatform.v1.ReasoningEngineSpec is changed (e0bc3d8)
  • A comment for field package_spec in message .google.cloud.aiplatform.v1beta1.ReasoningEngineSpec is changed (e0bc3d8)
  • A comment for message ReasoningEngineSpec is changed (e0bc3d8)
  • A comment for message ReasoningEngineSpec is changed (e0bc3d8)
  • Fix idle_scaledown_period minimum from 3600 to 300 (5 minutes) (e0bc3d8)
  • Remove comments for a non public feature (e0bc3d8)
Miscellaneous Chores

v1.128.0

Compare Source

Features
  • GenAI Client(evals) - Add pass_rate to AggregatedMetricResult and calculate it for adaptive rubric metrics. (1f1f67e)
  • GenAI SDK client - Support build options in Agent Engine GCS Deployment. (28499a9)
  • GenAI SDK client - Support build options in Agent Engine source-based Deployment. (f7e718f)
  • GenAI SDK client(multimodal) - Support Assemble feature on the multimodal datasets. (2195411)
Bug Fixes
  • Fix the change runner behavior back to sync function in streaming_agent_run_with_events (e9d9c31)
  • GenAI Client(evals) - fix eval visualizations in Vertex Workbench (c3abe51)
  • GenAI Client(evals) - Reformat codebase 1. Remove duplicated code in _evals_utils and _evals_metric_loader 2. Keep metric utils in _evals_metric_loader and data util in _evals_utils (5f3c655)

v1.127.0

Compare Source

Features
  • Reenable VertexAiSession for streaming_agent_run_with_events (d3b12d5)
Bug Fixes
  • Forward reference resolution in Pydantic schema generation. (0013865)
  • GenAI Client(evals): Long traces do not scroll (3a99664)
Documentation
  • Add vertexai.types module to generated docs (fc83569)

v1.126.1

Compare Source

Bug Fixes
  • Add telemetry enablement env for agent engines deployed using module (e64ff28)

v1.126.0

Compare Source

Features
  • Default to "unspecified" for telemetry enablement (3ca65cb)
  • GenAI Client(evals) - Add loading agent info util function (acb6cab)
  • GenAI Client(evals): Add warning message when tool usage is empty for tool_use_quality (531d223)
Bug Fixes
  • Populate missing auth_id for _init_session into adk session.state (37fa3ce)

v1.125.0

Compare Source

⚠ BREAKING CHANGES
  • Switch tracing APIs in preview AdkApp.
  • Switch cloudtrace.googleapis.com to telemetry.googleapis.com for tracing API.
Features
  • Add reservation affinity support to preview BatchPredictionJob (c8f38a0)
  • Add support for Vertex Express Mode API key in AdkApp (05834cb)
  • Add the identity type option for the agent engine and add effective identity to the resource (bf1851e)
  • Alow VertexAiSession for streaming_agent_run_with_events (13faa27)
  • GenAI Client(evals) - Add retry to predefine metric (9a46e67)
Bug Fixes
  • GenAI Client(evals) - Change dataset visualization table to fixed to prevent horizontal expansion. (7a5a066)
  • GenAI Client(evals) - Remove requirement for agent_info.agent in create_evaluation_run in Vertex AI GenAI SDK evals. (d02a7da)
  • GenAI Client(evals) - Support direct pandas DataFrame dataset in evaluate() (a917122)
  • Revert: Alow VertexAiSession for streaming_agent_run_with_events (7c8c218)
Miscellaneous Chores
  • Release 1.125.0 (d344858)
  • Switch cloudtrace.googleapis.com to telemetry.googleapis.com for tracing API. (c81f912)
  • Switch tracing APIs in preview AdkApp. (27ef56b)

v1.124.0

Compare Source

⚠ BREAKING CHANGES
  • GenAI SDK client - Enabling new data driven prompt optimization for prompts from Android API by passing
Features
  • GenAI SDK client - Enabling new data driven prompt optimization for prompts from Android API by passing (4216790)
Bug Fixes
  • GenAI Client(evals) - Apply sync function for agent run (8a20349)
  • GenAI Client(evals) - Support EvaluationDataset output from run_inference as input dataset in create_evaluation_run in Vertex AI GenAI SDK evals (741c6ad)
  • GenAI Client(evals) - Update send online eval service request default value and avoid None value (09bf9a9)
Miscellaneous Chores

v1.123.0

Compare Source

Features
  • Add initial support for Python v3.14 (4618729)
  • Add more attributes to OTel resource for ADK tracing (5aaa60e)
  • Add Python 3.13 Kokoro run config (57d2709)
  • Add support for app input in AdkApp template (10ca56f)
  • Add support of google-cloud-storage v3 dependency (85cbb75)
  • Disable prompt/response content in ADK spans if telemetry env is set (be5d1f5)
  • GenAI Client(evals) - Add agent data to EvaluationRun show in Vertex AI GenAI SDK evals (d62afc3)
  • GenAI SDK client - add context management to AsyncClient (8075e60)
  • GenAI SDK client - Enabling zero-shot prompt optimization for prompts from Android API by passing optimization_target=vertexai.types.OptimizeTarget.OPTIMIZATION_TARGET_GEMINI_NANO in the config (92d8b2a)
  • GenAI SDK client (Multimodal Dataset) - Create a multimodal dataset from Big Query. (d4e211d)
  • GenAI SDK client(memory): Add extracted memories to MemoryRevision resources (2267d58)
  • GenAI SDK client(memory): Add filter to RetrieveMemories (2267d58)
  • GenAI SDK client(memory): Add Memory Topic labels to Memory (de941a6)
  • GenAI SDK client(multimodal) - Add get/update/list/delete to multimodal datasets. (34996a2)
  • GenAI SDK client(multimodal) - Add public get/update/delete methods to multimodal datasets. (6737a70)
  • Support Inline Source Deployment in Agent Engine (9ae5f35)
Bug Fixes
  • Allow both camelCase and snake_case in _StreamRunRequest (6a6674d)
  • Clone agent_framework attribute in ModuleAgent.clone() (81f8c40)
  • GenAI Client(evals) - fix hallucination visualization (a52da0b)
  • GenAI Client(evals) - fix visualization (67f9099)
  • GenAI SDK client - Fix log showing how to get an Agent Engine. Positional arguments are not allowed. (0fc74de)
  • Remove unnecessary pandas import from multimodal datasets preview module. (5dd51a2)
Documentation
  • Add docstring for classes and fields that are not supported in Gemini or Vertex API (cd99635)
  • Add docstring for enum classes that are not supported in Gemini or Vertex API (db364ab)

v1.122.0

Compare Source

Features
  • Add STZ support for Endpoint.deploy and Model.deploy (preview). (7dd2629)
  • Add support for Python v3.13 (db286c4)
  • Add support for telemetry env enablement and logging setup in default instrumentor. (a26171c)
  • Allow Memory Revisions to be disabled (cf0948f)
  • Disable request/response content in custom ADK spans on Agent Engine in case there's no explicit consent (dc5dcc7)
  • GenAI Client(evals) - Add create_evaluation_set and create_evaluation_item methods to Vertex AI GenAI SDK evals (83553a9)
  • GenAI Client(evals) - Add evaluation_df input support to create_evaluation_run method in Vertex AI GenAI SDK evals (7a1262b)
  • GenAI Client(evals) - Add inference_configs to create_evaluation_run method in Vertex AI GenAI SDK evals (5b5e6bd)
  • GenAI Client(evals) - Add labels to EvaluationRun in Vertex AI GenAI SDK evals (67cf80b)
  • GenAI Client(evals) - Add metrics to create_evaluation_run method in Vertex AI GenAI SDK evals (ce35218)
  • GenAI Client(evals) - Add agent eval data converter evals (cd61c86)
  • GenAI Client(evals) - Add Detailed View to show method for EvaluationRun for Vertex AI GenAI SDK evals (dc16065)
  • GenAI Client(evals) - Register hallucination and tool_usage_quality metrics for agent eval (7ae013e)
  • GenAI Client(evals) - Update agent eval evaluation report dashboard (e2aa3eb)
  • GenAI SDK client - Add TTL support for Agent Engine Code Execution (9d139eb)
  • GenAI SDK client: Add async Memory and Memory Revisions methods (55b7c23)
  • GenAI SDK client(evals) - Add agent run in run_inference (8b9ed04)
  • GenAI SDK client(evals) - Add predefined metrics for Gecko text-to-image and text-to-video evaluations (b05e5b3)
  • GenAI SDK client(evals) - Update evaluate function to enable agent_info (d13b230)
  • GenAI SDK client(evals) Send agent eval request to EvaluateInstance (87ea594)
  • Support TTL (per Memory Bank and per-request) for Memory Revisions (cf0948f)
Bug Fixes
  • GenAI Client(evals) - Support multiple metrics in Detailed View show method for EvaluationRun for Vertex AI GenAI SDK evals (3ac82ea)
  • GenAI SDK (prompts) - Fix bug where passing encryption_spec to prompts.create raised an error (f0a4a00)

v1.121.0

Compare Source

⚠ BREAKING CHANGES
  • remove deprecated transfer_to_agent parameter
Features
  • A new message ScaleToZeroSpec is added (62ea30a)
  • Add additional proto fields and GenerateFetchAccessToken API (62ea30a)
  • Add aspect_ratio and image_config for v1 version (62ea30a)
  • Add aspect_ratio and image_config for v1beta1 version (62ea30a)
  • Add async methods for Sessions and Session Events (ac6e0b4)
  • Add JAILBREAK as a new Prompt block reason in PredictionService (62ea30a)
  • Add JAILBREAK category to SafetySettings for prediction service (62ea30a)
  • Add JAILBREAK category to SafetySettings for prediction service (62ea30a)
  • Add labels field for Predict API for Imagen use case (v1beta and v1) (62ea30a)
  • Add ListOperations partial success flag (62ea30a)
  • Add ListOperations unreachable resources (62ea30a)
  • Add matching engine deployment tier parameter and new shard size (ffe9cde)
  • Add resource attributes and GenAI instrumentation to default instrumentator in ADK VAE template (f0dc877)
  • Add support for Inline source based deployment (62ea30a)
  • Add support for Inline source based deployment (62ea30a)
  • Add support for Python 3.14 (62ea30a)
  • GenAI SDK client - Update input handling inside code execution sandbox (9a452cc)
  • GenAI SDK client(evals) Update data model for agent evaluation (4ca9fcc)
  • Initial implementation of the SDK for Memory Revisions (b91b63c)
  • Support for explicitly providing class_methods in Agent Engine config. (af8c898)
  • Updated Observability GenAI data format converter for JSONL (00e57de)
Bug Fixes
  • Adding google internal import rule for vertex service to adk app (0d1240e)
Miscellaneous Chores
  • Release 1.121.0 (8b2eed8)
  • Remove deprecated transfer_to_agent parameter (71a7832)

v1.120.0

Compare Source

Features
  • Add ability to use existing sessions for streaming_agent_run_with_events calls. (0a369ea)
  • Add DeploymentTier enum to DeployedIndex (89a26c1)
  • Add labels field for Predict API for Imagen use case (v1beta) (89a26c1)
  • Auto-generated CL for //google/cloud/aiplatform:aiplatform_v1_public_proto_gen (89a26c1)
  • Expose PSC for CustomModel (d02099c)
  • GenAI Client(evals) - Add get_evaluation_set and get_evaluation_item methods to Vertex AI GenAI SDK evals (7757886)
  • GenAI Client(evals) - Add show method for EvaluationRun class in Vertex AI GenAI SDK evals (0c932b9)
  • Migrate vertex ai session service to use agent engine sdk (b72df1c)
  • Migrate vertex_ai_session_service to use Agent Engine SDK (55b54a2)
  • Migrate vertex_ai_session_service to use Agent Engine SDK (03772e2)
Bug Fixes
  • GenAI Client(evals) - Parse user defined rubrics correctly to LLM metric (64b0665)
Documentation
  • Fix Sessions SDK docstrings (0077bde)

v1.119.0

Compare Source

Features
  • GenAI Client(evals) - Add EvaluationResults to get_evaluation_run method response in Vertex AI GenAI SDK evals (f07ecc3)
  • GenAI SDK client (prompt management): Release Prompts module to GA (3394028)

v1.118.0

Compare Source

⚠ BREAKING CHANGES
  • GenAI SDK client (prompt management) - Split create into two methods, create() and create_version()
  • GenAI SDK client (prompt management) - Split get into two methods, get() and get_version()
  • GenAI SDK client (prompt management) - Rename list methods to list() and list_versions()
  • GenAI SDK client (prompt management) - Rename delete methods to delete() and delete_version()
  • GenAI SDK client (prompt management) - Rename prompt_management module to prompts
Features
  • Add enable_widget option in Google Maps and additional grounding information (0722687)
  • Add filter option for deploy configuration in Model Garden deploy SDK (ac33e87)
  • Add Model Garden deploy SDK select verified config guide. (36a5bbc)
  • Add private_model_server_enabled to in Endpoint.proto (0722687)
  • Add Validation mode in FunctionCallingConfig (0722687)
  • Add Validation mode in FunctionCallingConfig (0722687)
  • GenAI Client(evals) - Add create_evaluation_run method to Vertex AI GenAI SDK evals (7db9b4f)
  • GenAI Client(evals) - Add get_evaluation_run method to Vertex AI GenAI SDK evals (bbbadbc)
  • GenAI SDK client (prompt management) - Rename delete methods to delete() and delete_version() (d52ed42)
  • GenAI SDK client (prompt management) - Rename list methods to list() and list_versions() (d52ed42)
  • GenAI SDK client (prompt management) - Rename prompt_management module to prompts (d52ed42)
  • GenAI SDK client (prompt management) - Split create into two methods, create() and create_version() (d52ed42)
  • GenAI SDK client (prompt management) - Split get into two methods, get() and get_version() (d52ed42)
  • GenAI SDK client(evals) Add data model for agent evaluation (d3ef487)
  • PSC support for custom weights deploy (0722687)
  • Tuning PreTunedModel API field (0722687)
Bug Fixes
  • Mitigate breaking change in GenAI SDK for ADK on AgentEngine (9fa50aa)
  • Relax the type annotations to avoid issues with pydantic when deploying (7a6a2f5)
  • Remove the upperbound on google-genai for AgentEngine (74726f3)
Documentation
  • A comment for field dedicated_endpoint_disabled in message .google.cloud.aiplatform.v1beta1.DeployRequest is changed (0722687)
  • Remove legacy internal lint directives (0722687)
  • Update the comment for ANY mode in FunctionCallingConfig. (0722687)
  • Update the comment for ANY mode in FunctionCallingConfig. (0722687)
Miscellaneous Chores

v1.117.0

Compare Source

Features
  • Expose user reservation for CustomModel (f796e74)
  • Gen AI SDK client - add experimental restore_version method to Prompt Management (820e0b6)
Documentation
  • Add generated docs for Gen AI Modules (c3c2f7f)

v1.116.0

Compare Source

Features
  • Add experimental async list_prompts and list_version methods to prompt management (13a626b)
  • GenAI SDK client - add experimental async delete_prompt and delete_version method to Prompt Management (45e616a)
  • Update gapic utils to allows creating RAG clients with api_override (9851905)
Bug Fixes
  • GenAI Client(evals) - Add support for context in Grounding metric (e75d91f)
  • Pass plugins to the Runner in ADK template. (b43b7b4)
Documentation
  • Update AgentEngine with ADK template to the version in GA (0d600fd)

v1.115.0

Compare Source

⚠ BREAKING CHANGES
  • The optimize_prompt method no longer returns the parsed response directly. Code must be updated to access the .raw_text_response or .parsed_response attribute on the new return object.
Features
  • Add has_template_config to MultimodalDataset. (97a6e71)
  • GenAI SDK client - add experimental async create_version and get methods to prompt management (d8de037)
  • GenAI SDK client - Add experimental delete_prompt() and delete_version() methods to Prompt Management (3f7f976)
  • GenAI SDK client - Modify optimize_prompt to return raw and parsed responses. (415cf26)
  • GenAI SDK client -- add support for user defined labels for ReasoningEngine (002b441)
  • Update list_deploy_options api for Vertex AI Model Garden custom model to support filtering by machines that user has quota for. (540e9e0)
Bug Fixes
  • GenAI Client(evals) - Improve LiteLLM model completion response parsing (ff55a48)
  • Update definition of async_add_session_to_memory to not depend on Session (dc9a5da)
Documentation
  • Add Agent Engine with ADK examples to README. (c74305b)
  • Streamline installation section in README and add uv package installation command (bf91a55)
Miscellaneous Chores

v1.114.0

Compare Source

Features
  • GenAI SDK client - Add experimental list_prompts() and list_versions() methods to Prompt Management (18a5559)
Bug Fixes
  • GenAI SDK client - Add agent_server_mode arg to AgentEngineConfig and pass it to API request if present. (1f821fd)

[v1.113.0](https://redirect.github.com/googleapis/python-aiplatform/blob/HEAD/CHANGELOG.md#11130-


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate-bot renovate-bot requested review from a team as code owners October 16, 2025 09:48
@product-auto-label product-auto-label bot added the api: cloudsql-postgres Issues related to the googleapis/langchain-google-cloud-sql-pg-python API. label Oct 16, 2025
@dpebot
Copy link
Collaborator

dpebot commented Oct 16, 2025

/gcbrun

1 similar comment
@anubhav756
Copy link
Contributor

/gcbrun

anubhav756
anubhav756 previously approved these changes Oct 16, 2025
@anubhav756 anubhav756 self-requested a review October 16, 2025 11:33
@anubhav756
Copy link
Contributor

Disha, do you think the failures are due to the recent issues that's affecting the CI/CD pipelines?

@dpebot
Copy link
Collaborator

dpebot commented Oct 17, 2025

/gcbrun

@dishaprakash
Copy link
Contributor

Disha, do you think the failures are due to the recent issues that's affecting the CI/CD pipelines?

@anubhav756 no that issue has been resolved. These failures are due to the update in the connector interface

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from ff2ead3 to d0ac58c Compare October 20, 2025 15:41
@dpebot
Copy link
Collaborator

dpebot commented Oct 20, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from d0ac58c to 0a12575 Compare October 21, 2025 00:48
@dpebot
Copy link
Collaborator

dpebot commented Oct 21, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 0a12575 to 64bd761 Compare October 22, 2025 04:54
@dpebot
Copy link
Collaborator

dpebot commented Oct 22, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 64bd761 to 8dd47eb Compare October 27, 2025 16:30
@dpebot
Copy link
Collaborator

dpebot commented Oct 27, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 8dd47eb to d62e5cc Compare October 30, 2025 03:40
@dpebot
Copy link
Collaborator

dpebot commented Oct 30, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from d62e5cc to ccdc053 Compare October 30, 2025 23:20
@dpebot
Copy link
Collaborator

dpebot commented Nov 5, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 2734250 to 401ebc2 Compare November 6, 2025 03:02
@dpebot
Copy link
Collaborator

dpebot commented Nov 6, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 401ebc2 to 65c1228 Compare November 6, 2025 23:26
@dpebot
Copy link
Collaborator

dpebot commented Nov 6, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 65c1228 to a0ae3ba Compare November 10, 2025 03:11
@dpebot
Copy link
Collaborator

dpebot commented Nov 10, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from a0ae3ba to 70f38fb Compare November 12, 2025 21:11
@dpebot
Copy link
Collaborator

dpebot commented Nov 12, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 70f38fb to fe339ef Compare November 17, 2025 03:10
@dpebot
Copy link
Collaborator

dpebot commented Nov 17, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from fe339ef to 1b814d5 Compare November 19, 2025 05:08
@dpebot
Copy link
Collaborator

dpebot commented Nov 19, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 1b814d5 to c7ca9f2 Compare November 25, 2025 16:58
@dpebot
Copy link
Collaborator

dpebot commented Nov 25, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from c7ca9f2 to 92c844b Compare November 28, 2025 19:00
@dpebot
Copy link
Collaborator

dpebot commented Nov 28, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 92c844b to a66942e Compare December 2, 2025 19:11
@dpebot
Copy link
Collaborator

dpebot commented Dec 2, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from a66942e to da2a749 Compare December 3, 2025 04:02
@dpebot
Copy link
Collaborator

dpebot commented Dec 3, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from da2a749 to 0239306 Compare December 8, 2025 06:24
@dpebot
Copy link
Collaborator

dpebot commented Dec 8, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 0239306 to 494e606 Compare December 9, 2025 20:30
@dpebot
Copy link
Collaborator

dpebot commented Dec 9, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 494e606 to d2c623c Compare December 10, 2025 20:11
@dpebot
Copy link
Collaborator

dpebot commented Dec 10, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from d2c623c to f02bb37 Compare December 12, 2025 09:05
@dpebot
Copy link
Collaborator

dpebot commented Dec 12, 2025

/gcbrun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: cloudsql-postgres Issues related to the googleapis/langchain-google-cloud-sql-pg-python API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants