Skip to content

Commit 8a74ac1

Browse files
committed
Add UUID to cursor value types
1 parent 8fe5994 commit 8a74ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlalchemy_bind_manager/_repository/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class PaginatedResult(BaseModel, Generic[MODEL]):
6969

7070
class CursorReference(BaseModel):
7171
column: str
72-
value: Union[StrictStr, StrictInt]
72+
value: Union[StrictStr, StrictInt, UUID]
7373

7474

7575
class CursorPageInfo(BaseModel):

0 commit comments

Comments
 (0)