## Arches 7.6.5 Release Notes ### Bug Fixes and Enhancements - Fix Activity Stream id value [#11727](https://github.com/archesproject/arches/issues/11727) - Prevent Arches templates from overriding App templates [#11731]https://github.com/archesproject/arches/pull/11731 - Fix search export when `FORCE_SCRIPT_NAME` is used #[11716](https://github.com/archesproject/arches/issues/11716) ### Dependency changes: ``` Python: Upgraded: Django == 4.2.18 (or <5.0.0) JavaScript: Upgraded: none ``` ### Upgrading Arches 1. Upgrade to version 7.6.0 before proceeding by following the upgrade process in the [Version 7.6.0 release notes](https://github.com/archesproject/arches/blob/dev/7.6.x/releases/7.6.0.md) 2. Upgrade to Arches 7.6.5 ``` pip install --upgrade arches==7.6.5 ``` 3. If you are running Arches on Apache, restart your server: ``` sudo service apache2 reload ``` 4. (Optional) The sass JavaScript dependency was pinned to [version 1.78 in the arches-dev-dependencies](https://github.com/archesproject/arches-dev-dependencies/pull/32) repository. This was done to silence unhelpful deprecation warnings. By default, this change will only affect projects newly created with Arches v7.6.5. Existing projects can take advantage of this change by ensuring their project's package.json file points to either the `dev/7.6.x` or `stable/7.6.5` branch of `arches-dev-dependencies` and then reinstalling and rebuilding their front-end dependencies.