Skip to content

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

Closed
luojiyin1987 wants to merge 1 commit into
trycua:mainfrom
luojiyin1987:fix/remove-asyncio-dependency
Closed

fix(pyproject): remove asyncio from pip dependencies (stdlib module)#1914
luojiyin1987 wants to merge 1 commit into
trycua:mainfrom
luojiyin1987:fix/remove-asyncio-dependency

Conversation

@luojiyin1987

Copy link
Copy Markdown
Contributor

Summary

asyncio is a Python standard library module (available since Python 3.4), but it was incorrectly listed as a pip dependency in libs/python/agent/pyproject.toml.

The project's requires-python = ">=3.11,<3.14", so asyncio is guaranteed to be available without pip install. All 25 usages of asyncio in this package are stdlib import asyncio statements.

Changes

  • Removed "asyncio" from the dependencies list in libs/python/agent/pyproject.toml

Closes #1913

@vercel

vercel Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

@luojiyin1987 is attempting to deploy a commit to the Cua Team on Vercel.

A member of the Team first needs to authorize it.

injaneity pushed a commit that referenced this pull request Aug 10, 2026
injaneity added a commit that referenced this pull request Aug 10, 2026
…3040)

Salvaged from #1914

Co-authored-by: luojiyin <luojiyin@hotmail.com>
@injaneity

Copy link
Copy Markdown
Collaborator

closing this as superseded by #3040. thank you for your contribution!

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)

2 participants