Skip to content

v1.27.2

Choose a tag to compare

@sgaduuw sgaduuw released this 05 Jun 13:18
· 199 commits to develop since this release
003ef15

Fixed

  • tests/contrib/test_unsplash_plugin.py is now robust to the
    developer having a .env containing BRAGI_UNSPLASH_ACCESS_KEY.
    _env_file=None is passed to Settings() in both tests to
    disable dotenv loading; the field defaults to None when the env
    var is absent. CI was unaffected (no .env there); local dev
    was the only failure surface.