update to cmem-plugin-template v9.5.0 - #5
Conversation
Replays the template diff onto this repository and refreshes the locked dependencies that come with it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UhUJZ7EwjXm7mN2jAdZzvn
|
Reviewer chosen automatically as part of the template-update sweep. The main author of this plugin is Sebastian Tramp (48% of the commits touching
So review falls to the next-highest contributor who can be assigned here: Saipraneeth Muddana (40% of those commits). |
|
Taking this one as maintainer. I am the main author of this plugin (48% of the commits touching GitHub does not allow requesting a review from the author of a pull request, so this is recorded as an assignment instead of a review request. The automatically chosen reviewer (@msaipraneeth) has been removed from this pull request, since review falls to me. |
Replays the v9.5.0 -> v9.6.1 template diff on top of the existing update. This restores the [tool.pytest.ini_options] table, whose absence let pytest's rootdir walk escape the project directory. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UhUJZ7EwjXm7mN2jAdZzvn
Updates this repository to
cmem-plugin-templatev9.6.1 viacopier update, and refreshes the locked dependencies that come with it.task checkpasses locally except integration tests, which need a live Corporate Memory instance (or Docker/service credentials) that was not available where this ran. CI should have it.Updated to v9.6.1. This request was originally raised against v9.5.0; a second commit moves it to
cmem-plugin-templatev9.6.1, which restores the[tool.pytest.ini_options]table. Without it pytest's rootdir walk escapes the project directory, sopytest-dotenvstops finding.envand the Corporate Memory integration tests run unconfigured.