Pydantic v2 migration

This commit is contained in:
grossmj
2023-08-04 18:20:06 +10:00
parent 11f51b3809
commit 9c456532d0
46 changed files with 221 additions and 277 deletions

View File

@ -45,7 +45,7 @@ router = APIRouter()
@router.post("/projects/{project_id}/ports/udp", status_code=status.HTTP_201_CREATED)
def allocate_udp_port(project_id: UUID) -> dict:
"""
Allocate an UDP port on the compute.
Allocate a UDP port on the compute.
"""
pm = ProjectManager.instance()