Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tox-dev/filelock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.21.1
Choose a base ref
...
head repository: tox-dev/filelock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.21.2
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 13, 2026

  1. 🐛 fix: catch ImportError for missing sqlite3 C library (#475)

    The previous fix caught ModuleNotFoundError, which only covers the case
    where the Python sqlite3 module is entirely absent. In minimal Docker
    images the Python package exists but the underlying libsqlite3.so.0 is
    missing, raising ImportError instead. Since ModuleNotFoundError is a
    subclass of ImportError, catching the parent handles both scenarios.
    gaborbernat authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    4194182 View commit details
    Browse the repository at this point in the history
  2. Release 3.21.2

    gaborbernat committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    9678acc View commit details
    Browse the repository at this point in the history
Loading