add endpoints to get items by id

This commit is contained in:
Thomas Peetz
2026-05-20 18:34:44 +02:00
committed by Thomas Peetz
parent faa1ec44c9
commit 3ba1fa40fd
10 changed files with 113 additions and 24 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import uuid
from datetime import datetime
from typing import AnyStr, Dict, List, Optional, Any
from typing import Dict, List, Optional, Any
from sqlalchemy import Column, ForeignKey, Integer, String, Boolean, func
from sqlalchemy.orm import relationship, Mapped, mapped_column