Skip to content

fix(pyproject): remove asyncio from pip dependencies - #3040

Merged
injaneity merged 1 commit into
mainfrom
agent/fix-remove-asyncio-dependency
Aug 10, 2026
Merged

fix(pyproject): remove asyncio from pip dependencies#3040
injaneity merged 1 commit into
mainfrom
agent/fix-remove-asyncio-dependency

Conversation

@injaneity

@injaneity injaneity commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

This draft supersedes PR #1914 and carries its one-line dependency fix onto the direct branch.

Removes asyncio from cua-agent runtime dependencies because it is part of the Python standard library and is not a package dependency.

Closes #1913

Validation:

  • pyproject.toml parses successfully with tomllib
  • git diff --check passes
  • GitHub Actions checks pass

Attribution:

  • Salvaged from #1914

@github-actions

Copy link
Copy Markdown
Contributor

📦 Publishable packages changed

This comment is status-only. Editing it or adding task-list checkboxes cannot authorize a release.
Only owner-applied release:<service> labels can do that.

  • ⏸️ pypi/agent — no owner-authorized release label

Ask the release owner to apply release:<service> labels to auto-release on merge (+ optional bump:minor or bump:major, default is patch).
Or add no-release to skip.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@injaneity
injaneity force-pushed the agent/fix-remove-asyncio-dependency branch from eaefdfc to 250e06f Compare August 10, 2026 11:33
@github-actions

Copy link
Copy Markdown
Contributor

📦 Publishable packages changed

This comment is status-only. Editing it or adding task-list checkboxes cannot authorize a release.
Only owner-applied release:<service> labels can do that.

  • ⏸️ pypi/agent — no owner-authorized release label

Ask the release owner to apply release:<service> labels to auto-release on merge (+ optional bump:minor or bump:major, default is patch).
Or add no-release to skip.

@injaneity
injaneity marked this pull request as ready for review August 10, 2026 11:36
@injaneity
injaneity requested a review from ddupont808 as a code owner August 10, 2026 11:36
@injaneity
injaneity marked this pull request as draft August 10, 2026 11:37
@injaneity
injaneity marked this pull request as ready for review August 10, 2026 11:38
@injaneity
injaneity merged commit fd4e412 into main Aug 10, 2026
22 checks passed
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.

fix(pyproject): remove asyncio from pip dependencies (stdlib module)

3 participants