When attempting to run the default routine to identify pictures, the process fails immediately because of what seems to be an outdated library:
ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/opt/venv/lib/python3.13/site-packages/urllib3/util/ssl_.py)
Traceback (most recent call last):
File "/opt/venv/bin/iqdb-tagger", line 5, in <module>
from iqdb_tagger.__main__ import cli
File "/opt/venv/lib/python3.13/site-packages/iqdb_tagger/__main__.py", line 16, in <module>
import cfscrape
File "/opt/venv/lib/python3.13/site-packages/cfscrape/__init__.py", line 19, in <module>
from urllib3.util.ssl_ import create_urllib3_context, DEFAULT_CIPHERS