We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe5994 commit ed2a272Copy full SHA for ed2a272
sqlalchemy_bind_manager/_repository/common.py
@@ -69,7 +69,7 @@ class PaginatedResult(BaseModel, Generic[MODEL]):
69
70
class CursorReference(BaseModel):
71
column: str
72
- value: Union[StrictStr, StrictInt]
+ value: Union[StrictStr, StrictInt, UUID]
73
74
75
class CursorPageInfo(BaseModel):
0 commit comments