mirror of
https://github.com/browser-use/browser-use
synced 2026-04-22 17:45:09 +02:00
Bumps aiohttp from 3.13.3 to 3.13.4 in requirements-cli.txt. Fixes uncapped memory usage from insufficient trailer header restrictions (aio-libs/aiohttp@0c2e9da).
13 lines
305 B
Plaintext
13 lines
305 B
Plaintext
# Minimal dependencies for the browser-use CLI.
|
|
# Used by install_lite.sh — update this file if the CLI's import chain changes.
|
|
aiohttp==3.13.4
|
|
bubus==1.5.6
|
|
cdp-use==1.4.5
|
|
httpx==0.28.1
|
|
psutil==7.2.2
|
|
pydantic==2.12.5
|
|
pydantic-settings==2.12.0
|
|
python-dotenv==1.2.1
|
|
typing-extensions==4.15.0
|
|
uuid7==0.1.0
|