We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe5994 commit 8a74ac1Copy full SHA for 8a74ac1
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