# This file contains version constraints for our direct dependencies that are needed
# across files, rather than just in a single file.
#
# This file should be reviewed and updated regularly and our code fixed appropriately so
# that we can keep up with the latest versions of our dependencies.
Pillow<9.4.0  # changes to Image.RESAMPLING that albumentations relies upon
selenium<4.3 # TODO: [BIT-1984]
sqlalchemy<2  # v2 breaking changes
torchmetrics<=0.10.2  # `accuracy` signature change from 0.10.3
