(release) uv lock agents

In release script also run uv lock for agents.
This commit is contained in:
Florent Chehab
2026-07-08 10:02:26 +02:00
parent f88c0307ea
commit 8702638cf3
+6
View File
@@ -113,6 +113,12 @@ update_python_version "summary"
# Update agents pyproject.toml
update_python_version "agents"
# Run uv lock in agents
print_info "Running uv lock in agents..."
cd "src/agents"
uv lock
cd -
# Update CHANGELOG
print_info "Updating CHANGELOG..."