Skip to content

[AgentProfile][agent-server] active_agent_profile_id + /api/agent-profiles router + migration seed #9835

[AgentProfile][agent-server] active_agent_profile_id + /api/agent-profiles router + migration seed

[AgentProfile][agent-server] active_agent_profile_id + /api/agent-profiles router + migration seed #9835

---
name: Deprecation deadlines
on:
push:
branches: [main]
pull_request:
branches: ['**']
jobs:
check:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
with:
enable-cache: true
python-version: '3.13'
- name: Verify deprecation removals
run: uv run --with packaging python .github/scripts/check_deprecations.py