Update deps

remove standard deps from uvicorn, we don't really need all of
them, except maybe uvloop, but I don't see a difference.
This commit is contained in:
Christoph Reiter
2025-10-09 19:38:22 +02:00
parent 90b02656a2
commit e36d5effcf
4 changed files with 370 additions and 725 deletions

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.11', '3.12', '3.13']
python-version: ['3.11', '3.12', '3.13', '3.14']
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}