Changelog
Fixes:
- Restore compatibility with python<3.11 by only importing
typing.Self
underif TPYE_CHECKING
(#2221) - Remove
awscli
as a dependency fromrastervision_aws_s3
and make it a dev dependency instead (#2220) - Make
max_windows
a required argument forRandomWindowGeoDataset
(#2223)
Maintenance:
- Update docker dependency: bump
jupyterlab
from 4.1.8 to 4.2.5 (#2224)