Skip to content

Remove dependencies that aren't used anymore#317

Merged
zgreathouse merged 1 commit intomainfrom
twitchard/remove-dead-dependencies
Jun 24, 2025
Merged

Remove dependencies that aren't used anymore#317
zgreathouse merged 1 commit intomainfrom
twitchard/remove-dead-dependencies

Conversation

@twitchard
Copy link
Copy Markdown
Contributor

@twitchard twitchard commented Jun 24, 2025

I think these dependencies are getting installed when we don't want them:

(2) $ uv add hume
Resolved 20 packages in 432ms
   Built simpleaudio==1.0.4
Prepared 2 packages in 1.72s
Installed 19 packages in 19ms
 + aiofiles==24.1.0
 + annotated-types==0.7.0
 + anyio==4.9.0
 + certifi==2025.6.15
 + eval-type-backport==0.2.2
 + exceptiongroup==1.3.0
 + h11==0.16.0
 + httpcore==1.0.9
 + httpx==0.28.1
 + hume==0.9.0
 + idna==3.10
 + pydantic==2.11.7
 + pydantic-core==2.33.2
 + pydub==0.25.1
 + simpleaudio==1.0.4
 + sniffio==1.3.1
 + typing-extensions==4.14.0
 + typing-inspection==0.4.1
 + websockets==13.1
$ uv remove hume
Resolved 1 package in 1ms
Uninstalled 19 packages in 50ms
 - aiofiles==24.1.0
 - annotated-types==0.7.0
 - anyio==4.9.0
 - certifi==2025.6.15
 - eval-type-backport==0.2.2
 - exceptiongroup==1.3.0
 - h11==0.16.0
 - httpcore==1.0.9
 - httpx==0.28.1
 - hume==0.9.0
 - idna==3.10
 - pydantic==2.11.7
 - pydantic-core==2.33.2
 - pydub==0.25.1
 - simpleaudio==1.0.4
 - sniffio==1.3.1
 - typing-extensions==4.14.0
 - typing-inspection==0.4.1
 - websockets==13.1
$ uv add ~/dev/hume-python-sdk/
Resolved 18 packages in 381ms
   Built hume @ file:///Users/twitchard/dev/hume-python-sdk
Prepared 1 package in 629ms
Installed 17 packages in 13ms
 + aiofiles==24.1.0
 + annotated-types==0.7.0
 + anyio==4.9.0
 + certifi==2025.6.15
 + eval-type-backport==0.2.2
 + exceptiongroup==1.3.0
 + h11==0.16.0
 + httpcore==1.0.9
 + httpx==0.28.1
 + hume==0.9.0 (from file:///Users/twitchard/dev/hume-python-sdk)
 + idna==3.10
 + pydantic==2.11.7
 + pydantic-core==2.33.2
 + sniffio==1.3.1
 + typing-extensions==4.14.0
 + typing-inspection==0.4.1
 + websockets==13.1

@zgreathouse zgreathouse merged commit 7aa5f93 into main Jun 24, 2025
4 checks passed
@zgreathouse zgreathouse deleted the twitchard/remove-dead-dependencies branch June 24, 2025 16:49
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.

2 participants