Drop Python 3.9 support

This commit is contained in:
François Voron
2025-10-25 08:19:03 +02:00
parent ae5ff025ef
commit fcf9a2041a
33 changed files with 224 additions and 234 deletions

View File

@ -1,5 +1,5 @@
import uuid
from typing import Callable
from collections.abc import Callable
import pytest
from fastapi.security import OAuth2PasswordRequestForm