Skip to content

bengal-chirp 0.3.3

Choose a tag to compare

@lbliii lbliii released this 30 Mar 22:10
· 132 commits to main since this release
cd3ee7e

Chirp 0.3.3

Focus: fix default Content-Security-Policy for framework scripts and bump chirp-ui.

Fixed

  • CSP defaultsSecurityHeadersMiddleware and CSPNonceMiddleware now allow unpkg.com (htmx), cdn.jsdelivr.net (Alpine.js), and inline scripts in the default script-src, fixing silent breakage of htmx/JS actions.

Dependencies

  • chirp-ui>=0.2.3 (bumped from >=0.2.2)

Upgrading

:::{tab-set}
:::{tab-item} UV

uv pip install --upgrade "bengal-chirp>=0.3.3"

:::

:::{tab-item} pip

pip install --upgrade "bengal-chirp>=0.3.3"

:::

:::{/tab-set}