lebaudantoine
f3673457c3
🐛 (summary) refresh summary uv.lock
...
The summary `uv.lock` had not been updated in the last few releases.
The CI is now refactored to use `uv sync --locked`, which fails when
the lockfile is out of sync with `pyproject.toml`.
Regenerate the lockfile so `uv sync --locked` passes again.
2026-09-01 13:59:43 +02:00
lebaudantoine
34103bf326
🩹 (agents) announce the update of uv.lock via prepare-release script
...
Announce it among the other files. Minor issue.
2026-07-21 18:01:20 +02:00
Florent Chehab
8702638cf3
✨ (release) uv lock agents
...
In release script also run uv lock for agents.
2026-07-08 10:06:53 +02:00
lebaudantoine
cd7799997e
🧑💻 (bin) update release tooling to support uv-based deps management
...
Following the switch from pip to uv, prepare the release workflow
to automatically run `uv lock` on backend and
keep dependencies up to date.
2026-05-04 22:36:07 +02:00
lebaudantoine
a4b76433ab
🧑💻 (release) introduce a release helper tool
...
Discussed at lunch with our CTO, enhance tooling
around release preparation. Naive bash script generated
using Claude. Please feel free to enhance it.
2025-12-17 19:55:24 +01:00