Skip to content

2.10.3

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Feb 21:23

Fixed

  • Address backwards compatibility issue for sqlite account info caused by the migration of schema to a new multi-bucket format.
  • Avoid http-level retries during upload requests.
  • Use stat.S_ISDIR check for local folder children scanning instead of Path.is_dir to account for an api change in Python 3.14.

Infrastructure

  • Bump pip version.
  • Migrate from pdm to uv.
  • Move pytest_plugins to top-level conftest (fix for newer pytest).
  • Set temporary directory as account info config dir in tests.
  • Use a separate nox dependency group for reprocible installs of nox in ci / cd.