Dear Maintainer,
Downloading packages via nala in sid is broken after a recent python3-httpx (0.27.2-1 -> 0.28.1-1) package upgrade.
Here's the error message:
│ /usr/lib/python3/dist-packages/nala/downloader.py:404 in │
│ start_download │
│ │
│ 401 │ │ if not self.pkg_urls: │
│ 402 │ │ │ return True │
│ 403 │ │ with Live(get_renderable=self._gen_table, refresh_per │
│ ❱ 404 │ │ │ async with AsyncClient( │
│ 405 │ │ │ │ timeout=20, │
│ 406 │ │ │ │ proxies=self.proxy, │
│ 407 │ │ │ │ follow_redirects=True, │
│ │
│ ╭─────────────────────────── locals ───────────────────────────╮ │
│ │ self = <nala.downloader.Downloader object at 0x7f7934f816a0> │ │
│ ╰──────────────────────────────────────────────────────────────╯ │
╰─────────────────────────────────────────────────────────────────────╯
TypeError: AsyncClient.__init__() got an unexpected keyword argument
'proxies'