fix(ci): drop the aiohttp overlay pin, the locked project env already provides it

This commit is contained in:
mateo-berri 2026-08-29 13:24:18 -07:00
parent 9c5db54d53
commit cc3d07511d

View file

@ -34,7 +34,7 @@ jobs:
- name: Update JSON Data
if: steps.existing.outputs.open_pr == ''
run: |
uv run --frozen --with 'aiohttp==3.13.3' python .github/scripts/auto_update_price_and_context_window_file.py
uv run --frozen python .github/scripts/auto_update_price_and_context_window_file.py
- name: Regenerate JSON Schema
if: steps.existing.outputs.open_pr == ''
run: |