Skip to content

chore: librarian release pull request: 20260528T195528Z - #17298

Closed
suztomo wants to merge 1 commit into
mainfrom
librarian-20260528T195528Z
Closed

chore: librarian release pull request: 20260528T195528Z#17298
suztomo wants to merge 1 commit into
mainfrom
librarian-20260528T195528Z

Conversation

@suztomo

Copy link
Copy Markdown
Member

PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.

Librarian Version: v0.15.1-0.20260528141105-567c9bf1faa7
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:234b9d1f2ddb057ed7ac6a38db0bf8163d839c65c6cf88ade52530cddebce59e

google-cloud-geminidataanalytics: v0.13.0

v0.13.0 (2026-05-28)

Bug Fixes

@suztomo
suztomo requested review from a team as code ownersMay 28, 2026 19:56

@gemini-code-assistgemini-code-assistBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the version of the google-cloud-geminidataanalytics package from 0.12.0 to 0.13.0 across various configuration files, changelogs, version files, and snippet metadata. This release includes a bug fix to generate and default to v1. There are no review comments, and I have no feedback to provide.

@suztomo
suztomo requested a review from partheaMay 28, 2026 20:01
@suztomo

suztomo commented May 28, 2026

Copy link
Copy Markdown
MemberAuthor

unittest / unit (3.10)

self = <asyncio.unix_events._UnixDefaultEventLoopPolicy object at 0x7ff459c2f550>
def get_event_loop(self):
"""Get the event loop for the current context.
Returns an instance of EventLoop or raises an exception.
"""
if (self._local._loop is None and
not self._local._set_called and
threading.current_thread() is threading.main_thread()):
self.set_event_loop(self.new_event_loop())
if self._local._loop is None:
> raise RuntimeError('There is no current event loop in thread %r.'
% threading.current_thread().name)
E RuntimeError: There is no current event loop in thread 'MainThread'.
/opt/hostedtoolcache/Python/3.10.20/x64/lib/python3.10/asyncio/events.py:656: RuntimeError
____________ test_data_chat_service_grpc_asyncio_transport_channel _____________

@suztomosuztomo closed this May 28, 2026
@suztomo
suztomo deleted the librarian-20260528T195528Z branch May 28, 2026 20:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@suztomo