'paperwork-cli import' unhandled exception: ValueError: relative path can't be expressed as a file URI

$ paperwork-cli ping
Pong
$ paperwork-cli chkdeps
Detected system: arch rolling n/a
[WARNING] [openpaperwork_core.cmd.chkdeps] WARNING: Unknown distribution. Can't suggest packages to install
[WARNING] [paperwork_backend.pyocr       ] Locale is C. Assuming english !
Nothing to do.
$ paperwork-cli config show
[WARNING] [paperwork_backend.pyocr       ] Locale is C. Assuming english !
check_for_update = False (bool)
label_guessing_batch_size = 200 (int)
label_guessing_max_doc_backlog = 100 (int)
label_guessing_max_time = 10 (int)
label_guessing_max_words = 15000 (int)
label_guessing_min_features = 10 (int)
last_update_found = 2.2.5.post0+g29881b6f.d20250202 (str)
model_img_format = PNG (str)
model_img_overlay_format = PNG (str)
ocr_langs = ['eng'] (list)
scanner_dev_id = libinsane:sane:airscan:w0:Brother MFC-L2710DW series (str)
scanner_extra_settings = {} (dict)
scanner_mode = Color (str)
scanner_resolution = 300 (int)
scanner_source_id = None (NoneType)
send_statistics = False (bool)
statistics_last_run = 1970-01-01 (str)
statistics_protocol = https (str)
statistics_server = www.openpaper.work (str)
update_last_run = 1970-01-01 (str)
update_protocol = https (str)
update_server = www.openpaper.work (str)
uuid = 4930999194564 (int)
workdir = file:///home/ryan/papers (str)
$ paperwork-cli import document.pdf
[ERROR ] [paperwork_shell.logs.print    ] === UNCAUGHT EXCEPTION ===
Traceback (most recent call last):
  File "/usr/bin/paperwork-cli", line 8, in <module>
    sys.exit(cli_main())
             ~~~~~~~~^^
  File "/usr/lib/python3.13/site-packages/paperwork_shell/main.py", line 140, in cli_main
    main_main(
    ~~~~~~~~~^
        sys.argv[1:], 'paperwork-cli', DEFAULT_CLI_PLUGINS, interactive=True
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3.13/site-packages/paperwork_shell/main.py", line 102, in main_main
    r = core.call_all("cmd_run", console=console, args=args)
  File "/usr/lib/python3.13/site-packages/openpaperwork_core/__init__.py", line 406, in call_all
    callback(*args, **kwargs)
    ~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/paperwork_shell/cmd/import.py", line 94, in cmd_run
    [self.core.call_success("fs_safe", f) for f in args.files],
     ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/openpaperwork_core/__init__.py", line 503, in call_success
    r = callback(*args, **kwargs)
  File "/usr/lib/python3.13/site-packages/openpaperwork_core/fs/__init__.py", line 37, in fs_safe
    return pathlib.Path(uri).as_uri()
           ~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/pathlib/_local.py", line 431, in as_uri
    raise ValueError("relative path can't be expressed as a file URI")
ValueError: relative path can't be expressed as a file URI
[ERROR ] [paperwork_shell.logs.print    ] ==========================

Fixed: 90b3615bc9327c0386ac9ef31c3a25e98653ad2e.
(the pipeline is KO ; I still have to fix the AppImage build → nothing will be deployed for now)