mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix(ci): drop the aiohttp overlay pin, the locked project env already provides it
This commit is contained in:
parent
9c5db54d53
commit
cc3d07511d
1 changed files with 1 additions and 1 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue