Skip to content

Commit ed2a272

Browse files
authored
Add UUID to cursor value types (#74)
1 parent 8fe5994 commit ed2a272

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)