Skip to content

fix asyncio.get_event_loop for python 3.14 compat#4659

Merged
laithrw merged 1 commit into
mainfrom
issue-4626-fix
Apr 11, 2026
Merged

fix asyncio.get_event_loop for python 3.14 compat#4659
laithrw merged 1 commit into
mainfrom
issue-4626-fix

Conversation

@laithrw
Copy link
Copy Markdown
Member

@laithrw laithrw commented Apr 11, 2026

Fixes #4626


Summary by cubic

Replace deprecated asyncio.get_event_loop/run_until_complete with asyncio.run() in the CLI to restore Python 3.14 compatibility. Fixes #4626 and prevents runtime errors in the doctor and tunnel commands.

Written for commit 99a8674. Summary will update on new commits.

@laithrw laithrw changed the title fix asyncio.get_event_loop for python 3.14 cli compatibilit fix asyncio.get_event_loop for python 3.14 compat Apr 11, 2026
@github-actions
Copy link
Copy Markdown

Agent Task Evaluation Results: 2/2 (100%)

View detailed results
Task Result Reason
amazon_laptop ✅ Pass Skipped - API key not available (fork PR or missing secret)
browser_use_pip ✅ Pass Skipped - API key not available (fork PR or missing secret)

Check the evaluate-tasks job for detailed task execution logs.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

@laithrw laithrw merged commit 67c2edd into main Apr 11, 2026
88 checks passed
@laithrw laithrw deleted the issue-4626-fix branch April 11, 2026 22:13
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.

Bug: mac install fails with RuntimeError: There is no current event loop in thread 'MainThread'.

1 participant