Bug
Code in the published wheel 8.3.41 is not what's in GitHub and appears to invoke mining. Users of ultralytics who install 8.3.41 will unknowingly execute an xmrig miner.
Examining the file utils/download.py, the contents in the published wheel are not representative of what's in GitHub:
$ wget -q https://files.pythonhosted.org/packages/d0/99/13d92174aa6a470d348a95e31164769f2cdf77838ea3c3e3fd476285777d/ultralytics-8.3.41-py3-none-any.whl
$ unzip -q ultralytics-8.3.41-py3-none-any.whl
$ cat ultralytics/utils/downloads.py | sed -n "278,301p"

For the 8.3.41 tag, the content looks quite different:
https://github.com/ultralytics/ultralytics/blob/v8.3.41/ultralytics/utils/downloads.py#L278
Environment
Ultralytics 8.3.41
Minimal Reproducible Example
$ wget -q https://files.pythonhosted.org/packages/d0/99/13d92174aa6a470d348a95e31164769f2cdf77838ea3c3e3fd476285777d/ultralytics-8.3.41-py3-none-any.whl
$ unzip -q ultralytics-8.3.41-py3-none-any.whl
$ cat ultralytics/utils/downloads.py | sed -n "278,301p"
Bug
Code in the published wheel 8.3.41 is not what's in GitHub and appears to invoke mining. Users of ultralytics who install 8.3.41 will unknowingly execute an xmrig miner.
Examining the file utils/download.py, the contents in the published wheel are not representative of what's in GitHub:
For the 8.3.41 tag, the content looks quite different:
https://github.com/ultralytics/ultralytics/blob/v8.3.41/ultralytics/utils/downloads.py#L278
Environment
Ultralytics 8.3.41
Minimal Reproducible Example